From dfc387644939aada1edb69f8f730e62f116f1ae3 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 1 May 2022 18:37:59 -0400 Subject: Fetching bunny model --- index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index 2a99854..41e4fab 100644 --- a/index.css +++ b/index.css @@ -245,6 +245,10 @@ input:focus { background-color: #79C0D7; } +#theme_selector > #theme_button_spring { + background-color: #00FF7F; +} + /* Phone screen adjustments */ @media only screen and (device-width: 1280px), only screen and (max-width:1280px) { -- cgit v1.2.1