fix award names in light and win98 themes

pull/199/head
Aevann 2023-09-15 20:04:25 +03:00
parent 17bef3e42b
commit e22eec469d
2 changed files with 8 additions and 0 deletions

View File

@ -86,3 +86,7 @@ blockquote {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #7a7a7a !important;
}
.award-name {
color: var(--black);
}

View File

@ -177,3 +177,7 @@ blockquote {
.sidebar--rules {
color: black;
}
.award-name {
color: var(--black);
}