summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 37d5978..f339c51 100644
--- a/static/style.css
+++ b/static/style.css
@@ -26,6 +26,11 @@
--site-font: monospace;
--header-font: arial;
+
+
+ --star-trek-logo-bg-color: #3e7dc0;
+
+ --site-info-logo-bg-color: #9ba89a;
}
@media (prefers-color-scheme: dark) {
@@ -129,6 +134,13 @@ h1 {
margin: 0;
}
+body.star-trek > header > .logo {
+ background-color: var(--star-trek-logo-bg-color);
+}
+
+body.site-info > header > .logo {
+ background-color: var(--site-info-logo-bg-color);
+}
/* ---------- Main */
main {
margin-top: 30px;