aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_branding.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_branding.scss')
-rw-r--r--assets/scss/_branding.scss25
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;
+ }
+}