feat: updated dark theme

This commit is contained in:
imgurbot12 2023-08-09 11:40:16 -07:00
parent b60360f074
commit ad460bd8c2

View File

@ -9,13 +9,19 @@ html {
#search { #search {
border: none; border: none;
border-radius: 0px;
border-bottom: 3px solid black;
background-color: #383C4A; background-color: #383C4A;
margin-bottom: 5px; margin-bottom: 5px;
padding-bottom: 0px; padding-bottom: 0px;
} }
.navbar:after {
content: "";
display: block;
margin: 0 auto;
border-bottom: 1px solid black;
width: 99%;
}
.result-entry:nth-child(odd){ .result-entry:nth-child(odd){
background-color: #404552; background-color: #404552;
} }