From f778d3dd556f8dc9b44ddd9f510461f5ca01fa41 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 5 Jun 2019 09:36:51 +0200 Subject: Remove interlacing effect again --- css/main.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css') 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 { margin: 0; padding: 0; background-color: $background; - background-image: repeating-linear-gradient( - rgba(0, 0, 0, .25), - rgba(0, 0, 0, .25) 1px, - hsla(210, 100%, 95%, .025) 1px, - hsla(210, 100%, 95%, .025) 2px - ); + // background-image: repeating-linear-gradient( + // rgba(0, 0, 0, .25), + // rgba(0, 0, 0, .25) 1px, + // hsla(210, 100%, 95%, .025) 1px, + // hsla(210, 100%, 95%, .025) 2px + // ); color: $text; } -- cgit v1.2.3-54-g00ecf