summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.css b/index.css
index 2d0e746..6f2f577 100644
--- a/index.css
+++ b/index.css
@@ -184,7 +184,7 @@ input:focus {
/* Theme display */
#theme_container {
- position: absolute;
+ position: fixed;
top: 0;
left: 0;
width: 100vw;
@@ -239,6 +239,10 @@ input:focus {
background-color: orange;
}
+#theme_selector > #theme_button_winter {
+ background-color: #79C0D7;
+}
+
/* Phone screen adjustments */
@media only screen and (device-width: 1280px),
only screen and (max-width:1280px) {