soften colors for search bar and results too

This commit is contained in:
Peter 2025-03-20 13:47:09 -04:00
parent 9c5b575ce9
commit 98331aa43d

View file

@ -85,7 +85,7 @@ body {
font-family: "FiraMono"; font-family: "FiraMono";
color: #f3f8f8; color: #f3f8f8;
font-weight: bold; font-weight: bold;
background-color: #181717; background-color: #1d1c1c;
border: none; border: none;
outline: none; outline: none;
text-align: left; text-align: left;
@ -99,7 +99,7 @@ body {
padding: 6px 6px 6px 6px; padding: 6px 6px 6px 6px;
margin-left: -5.3em; margin-left: -5.3em;
color: #f3f8f8; color: #f3f8f8;
background-color: #181717; background-color: #1d1c1c;
margin-top: 8px; margin-top: 8px;
font-family: "OpenSans"; font-family: "OpenSans";