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/screen.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/screen.scss')
-rw-r--r-- | assets/scss/screen.scss | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/assets/scss/screen.scss b/assets/scss/screen.scss index 0387a3a..6e6f060 100644 --- a/assets/scss/screen.scss +++ b/assets/scss/screen.scss @@ -71,29 +71,21 @@ span.ps { body { font-family: $sans-serif; font-size: 1em; /* No rem here, bug workaround */ - background: $bg-main; - /* color: $fg-main; */ - color: black; - - &.ps { - background: $bg-ps; - color: $fg-ps; - } > header, > footer { - :link, :visited { - color: $fg-header-h1; - text-decoration: none; - } + :link, :visited { + color: $fg-header-h1; + text-decoration: none; + } } :visited { - text-decoration: underline; + text-decoration: underline; } } img { - max-width: 100%; + max-width: 100%; } @keyframes fade-in { |