diff options
author | hellekin <how@cepheide.org> | 2023-05-07 10:10:06 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2023-05-07 10:10:06 +0200 |
commit | c424180f2d5bff5dc8368fb37294f116792ef2dc (patch) | |
tree | 8bf24e2e3a5044de8cab906f11ad7b87a73e772f /assets/scss/_branding.scss | |
parent | 915627f6c4b10ee9e0963f5b635812e5816e323d (diff) | |
download | lesoiseaux.io-c424180f2d5bff5dc8368fb37294f116792ef2dc.tar.gz |
Update index.html
Diffstat (limited to 'assets/scss/_branding.scss')
-rw-r--r-- | assets/scss/_branding.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/scss/_branding.scss b/assets/scss/_branding.scss new file mode 100644 index 0000000..2efdc4d --- /dev/null +++ b/assets/scss/_branding.scss @@ -0,0 +1,25 @@ +/** + * 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; + } +} |