From cc8bbef4bc8257b65757396e4431e2ca9b5f30ff Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 9 Oct 2022 15:11:13 -0400 Subject: At least I have a working sun theme, but this will have to wait until next summer I suppose --- index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'index.css') diff --git a/index.css b/index.css index 3ab6a73..5537759 100644 --- a/index.css +++ b/index.css @@ -183,7 +183,7 @@ input:focus { } #theme_selector > button { - width: 5rem; + width: 6rem; height: 2rem; border-radius: 3px; border: 1px solid black; @@ -212,6 +212,10 @@ input:focus { background-color: #00FF7F; } +#theme_selector > #theme_button_summer { + background-color: yellow; +} + /* Phone screen adjustments */ @media only screen and (device-width: 1440px), only screen and (max-width:1440px) { -- cgit v1.2.1