From a2a490b8537f01935ae80e1468debeb5c6caaa2f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 15 Oct 2018 11:06:39 +0200 Subject: [PATCH] style: use current quarante-douze background --- scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/style.scss b/scss/style.scss index 896b2a5..aadf9ee 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -26,7 +26,7 @@ $color-mark: $color-yellow; } #wrapper { - background: #64b5f6 url('../img/background.png') center bottom repeat-x; + background: #FFF url('../img/background.png'); } @import 'commons';