aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/main.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/main.scss b/css/main.scss
index 5c2b4b3..993cb9c 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -13,12 +13,12 @@ body {
13 margin: 0; 13 margin: 0;
14 padding: 0; 14 padding: 0;
15 background-color: $background; 15 background-color: $background;
16 background-image: repeating-linear-gradient( 16 // background-image: repeating-linear-gradient(
17 rgba(0, 0, 0, .25), 17 // rgba(0, 0, 0, .25),
18 rgba(0, 0, 0, .25) 1px, 18 // rgba(0, 0, 0, .25) 1px,
19 hsla(210, 100%, 95%, .025) 1px, 19 // hsla(210, 100%, 95%, .025) 1px,
20 hsla(210, 100%, 95%, .025) 2px 20 // hsla(210, 100%, 95%, .025) 2px
21 ); 21 // );
22 color: $text; 22 color: $text;
23} 23}
24 24