Increased link contrast in dark mode

This commit is contained in:
RadoslavL 2023-09-14 20:37:35 +03:00
parent ac0c0609bb
commit beec62cf0e
1 changed files with 1 additions and 1 deletions

View File

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