Add files via upload

This commit is contained in:
Extravi 2022-08-13 07:19:15 -04:00 committed by GitHub
parent 136116fded
commit 6a96584f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -10,12 +10,12 @@
--special-result-border: #5f6368;
--special-text-background: #282828;
--special-text-color: #cccccc;
--search-container-text-color: #e8eaed;
--search-container-text-color: #e8eaed;
--search-container-background-color: #333333;
--hr-color: #303134;
--search-form-background-color: #161616;
--footer-fg: #999da2;
--footer-bg: #161616;
}
}

View file

@ -165,7 +165,7 @@ a:hover,
}
.sub-search-container {
background-color: #161616;
background-color: var(--search-form-background-color);
width: 100%;
border-bottom: 1px solid #303134;
}
@ -469,4 +469,4 @@ a:hover,
.next-page-button-wrapper {
margin-left: 40px;
}
}
}