From 5e89ec027178b5511abb6ac2c6a72aacab8bc969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 3 Oct 2017 19:30:37 +0200 Subject: [PATCH] move bg color to html,body to possibly fix https://github.com/espterm/espterm-firmware/issues/241 --- sass/layout/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/layout/_base.scss b/sass/layout/_base.scss index 8a2b48e..22c08ae 100644 --- a/sass/layout/_base.scss +++ b/sass/layout/_base.scss @@ -1,10 +1,10 @@ html { font-family: $font-stack; color: #D0D0D0; - background: #131315; } html, body { + background: #131315; @include naked(); width: 100%; height: 100%;