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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/theme.css')
-rw-r--r--static/css/theme.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index 167569d..a6413f4 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -20,18 +20,27 @@
#theme-toggle:focus {
outline: 0;
}
+
#theme-toggle svg {
height: 18px;
}
+
button#theme-toggle {
border: none;
font-size: 26px;
margin: auto 4px;
}
+
body.dark #moon {
vertical-align: middle;
display: none;
}
+
body:not(.dark) #sun {
display: none;
+}
+
+body *::selection {
+ color: var(--text-color) !important;
+ background-color: var(--primary-color) !important;
} \ No newline at end of file