summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-01-09 20:36:08 -0500
committermattkae <mattkae@protonmail.com>2022-01-09 20:36:08 -0500
commiteef48388c610bf37b07aedef03c55344d450386b (patch)
tree162a5dd670f4a4a171dde6d7dbf6bb209363e90d /index.css
parentc3bff045eb9e28e8e49d511c9e15e13db25a2319 (diff)
(mkosarek) Beginnig work on snowflake theme
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) {