diff options
author | hellekin <hellekin@cepheide.org> | 2022-06-02 20:15:31 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2022-06-02 20:17:35 +0200 |
commit | aef20f9ff72962b6c9d312a9013fa3100fe28aee (patch) | |
tree | ca9d6dab1ec5a259b3ef4405b01216faa1f752b8 /assets/scss/_gfx.scss | |
parent | 319680bcf843cfb4232fac0f6da0572136b40ff8 (diff) | |
download | lesoiseaux.io-aef20f9ff72962b6c9d312a9013fa3100fe28aee.tar.gz |
Fix CSS
- All pages except home use screen.css
- Fix background colors for article
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; |