Make light highlight color more transparent. Specify highlighted text to be --gray for dark mode.

This commit is contained in:
SAF 2022-11-19 22:11:37 +01:00
parent 1d0aab271a
commit ca43cd430b
2 changed files with 2 additions and 1 deletions

View File

@ -621,4 +621,5 @@ header {
mark {
background-color: var(--highlighted);
color: var(--gray);
}

View File

@ -11,7 +11,7 @@
--lightgray: #f0f0f0;
--outlinegray: #dadada;
--million-progress-bar-color: var(--secondary);
--highlighted: #f5dfaf;
--highlighted: #f5dfaf88;
}
[saved-theme="dark"] {