Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index fc0dd36..54640a9 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -270,6 +270,24 @@ ul {
max-height: 15px;
}
+.header .site-description .scheme-toggle {
+ height: 100%;
+}
+
+.header .site-description .scheme-toggle a svg {
+ max-height: 15px;
+}
+
+.header .site-description .scheme-toggle a.dark svg {
+ fill: #f8e04f;
+ color: #f8e04f;
+}
+
+.header .site-description .scheme-toggle a.light svg {
+ fill: grey;
+ color: black;
+}
+
.section .section-header {
font-size: 0.75rem;
font-weight: 600;