From eef48388c610bf37b07aedef03c55344d450386b Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 9 Jan 2022 20:36:08 -0500 Subject: (mkosarek) Beginnig work on snowflake theme --- index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'index.css') 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) { -- cgit v1.2.1