Added more contrast to the video titles when dark theme is enabled

This commit is contained in:
RadoslavL 2023-09-08 19:04:42 +03:00
parent ac0c0609bb
commit 8b5aa7579e

View File

@ -581,7 +581,7 @@ span > select {
} }
.dark-theme a { .dark-theme a {
color: #a0a0a0; color: #adadad;
text-decoration: none; text-decoration: none;
} }