summaryrefslogtreecommitdiff
path: root/styles/scanlines.css
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-14 10:26:45 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-14 10:26:45 -0300
commit0310912a0f2f916b54a54cfd20db77dd0d787ef5 (patch)
tree52b997979724155adffa59f2448da5ed0a512dd9 /styles/scanlines.css
parentd2dd8aca869535eae62a8376a3060aa4d2ce256e (diff)
movido stylesheets para src/css
Diffstat (limited to 'styles/scanlines.css')
-rw-r--r--styles/scanlines.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/styles/scanlines.css b/styles/scanlines.css
deleted file mode 100644
index e48074b..0000000
--- a/styles/scanlines.css
+++ /dev/null
@@ -1,20 +0,0 @@
-
-.scanlines::before {
- content: " ";
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: repeating-linear-gradient(
- rgba(18, 16, 16, 0) 0px,
- rgba(18, 16, 16, 0) 1px,
- rgba(0, 0, 0, 0.25) 1px,
- rgba(0, 0, 0, 0.25) 2px
- );
- background-size: 100% 100%;
- z-index: 10;
- pointer-events: none; /* Allows users to click elements underneath */
-}
-