From d9b9ba4d86f044fece73da7fc287f63049932181 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 17 May 2020 18:21:29 +0300 Subject: [PATCH] Fix css --- _source/glossa/_sass/_style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/glossa/_sass/_style.scss b/_source/glossa/_sass/_style.scss index f123d1c..dabd85f 100644 --- a/_source/glossa/_sass/_style.scss +++ b/_source/glossa/_sass/_style.scss @@ -12,7 +12,7 @@ body { font-family: $font-stack-one; height: 100%; overflow: auto; - color: white; + background-color: white; } .site-name { color: $accent-color;