summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-10-09 15:11:13 -0400
committermattkae <mattkae@protonmail.com>2022-10-09 15:11:13 -0400
commitcc8bbef4bc8257b65757396e4431e2ca9b5f30ff (patch)
tree08a821eb6ac514b44703a7093dd61f411af0651e /index.css
parentf6f3a4bad025e65542cd518b551ba0cc3e1898b3 (diff)
At least I have a working sun theme, but this will have to wait until next summer I suppose
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 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) {