fix up some text colors for the dark theme
All checks were successful
Build and publish the docker image / build (push) Successful in 19s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 13:05:41 +03:00
parent 04fca77aec
commit 6f1cad19ac
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 3 additions and 2 deletions

View File

@ -79,6 +79,7 @@
} }
#credits summary { #credits summary {
font-weight: 900;
font-size: 1.4rem; font-size: 1.4rem;
cursor: pointer; cursor: pointer;
color: #ccc; color: #ccc;
@ -87,7 +88,7 @@
#credits p { #credits p {
font-size: 1.3rem; font-size: 1.3rem;
padding: 0.5rem; padding: 0.5rem;
color: #171717; color: #eee;
} }
.hidden { .hidden {

View File

@ -42,7 +42,7 @@
#search-item h3 { #search-item h3 {
font-size: 1.8rem; font-size: 1.8rem;
color: #333; color: #ddd;
} }
#search-item span { #search-item span {