diff options
Diffstat (limited to 'assets/scss/_gfx.scss')
-rw-r--r-- | assets/scss/_gfx.scss | 5 |
1 files changed, 2 insertions, 3 deletions
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; |