diff options
author | hellekin <how@cepheide.org> | 2023-05-07 10:23:34 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2023-05-07 12:05:58 +0200 |
commit | 19a5ed66133bdc12a1351ff6f734a0bb2a02b5a0 (patch) | |
tree | 701676ed0006c7916b0ced7ca47da0321371e376 /assets/scss/screen.scss | |
parent | c05ed7c9ace892e7745261b634a6091c7875c08f (diff) | |
download | lesoiseaux.io-19a5ed66133bdc12a1351ff6f734a0bb2a02b5a0.tar.gz |
Adjust curtain margins
Diffstat (limited to 'assets/scss/screen.scss')
-rw-r--r-- | assets/scss/screen.scss | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/assets/scss/screen.scss b/assets/scss/screen.scss index a18c9b9..858a783 100644 --- a/assets/scss/screen.scss +++ b/assets/scss/screen.scss @@ -62,6 +62,7 @@ img { @import 'main'; @import 'aside'; @import 'footer'; +@import 'branding'; /** * Page overrides @@ -71,6 +72,7 @@ img { @import 'vda'; @import 'vdo'; + /** * Languages **/ @@ -90,30 +92,3 @@ html[lang='fr'] :lang(en) { :lang(fr) { quotes: '« ' ' »'; } - -/** - * Branding - **/ - -span.ps { - background: url(../img/logo-ps.svg) top left / 3rem no-repeat; - opacity: 0.75; - color: transparent; - padding: 0.25rem; -} - -body { - font-family: $sans-serif; - font-size: 1em; /* No rem here, bug workaround */ - - > header, > footer { - :link, :visited { - color: $fg-main; - } - } - - :visited { - text-decoration: underline; - } -} - |