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 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) {