From aef20f9ff72962b6c9d312a9013fa3100fe28aee Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 2 Jun 2022 20:15:31 +0200 Subject: Fix CSS - All pages except home use screen.css - Fix background colors for article --- assets/scss/_gfx.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'assets/scss/_gfx.scss') diff --git a/assets/scss/_gfx.scss b/assets/scss/_gfx.scss index e344d5a..235aaf4 100644 --- a/assets/scss/_gfx.scss +++ b/assets/scss/_gfx.scss @@ -1,7 +1,6 @@ body.gfx { - > main > article { - background: $bg-gfx-on; - } + background-color: $bg-gfx-on; + > aside { &:hover, &:focus { background-color: $bg-gfx-on; -- cgit v1.2.3