From c424180f2d5bff5dc8368fb37294f116792ef2dc Mon Sep 17 00:00:00 2001 From: hellekin Date: Sun, 7 May 2023 10:10:06 +0200 Subject: Update index.html --- assets/scss/_branding.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/scss/_branding.scss (limited to 'assets/scss/_branding.scss') 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; + } +} -- cgit v1.2.3