diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-05 09:36:51 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-05 09:36:51 +0200 |
commit | f778d3dd556f8dc9b44ddd9f510461f5ca01fa41 (patch) | |
tree | 4edb1d21b1c49500729fd001abdb6183914f5b95 /css | |
parent | Don't submit when QRY prompt cancelled (diff) | |
download | gopherproxy-f778d3dd556f8dc9b44ddd9f510461f5ca01fa41.tar.gz gopherproxy-f778d3dd556f8dc9b44ddd9f510461f5ca01fa41.tar.bz2 gopherproxy-f778d3dd556f8dc9b44ddd9f510461f5ca01fa41.zip |
Remove interlacing effect again
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 12 |
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 | ||