restore original Doxygen contrasts

the contrast was decreased at
https://github.com/deltachat/deltachat-core-rust/pull/4136 ,
there were also suggestions to fix it there,
but it was probably just forgotten :)

this pr increases the contrast
between code background and code font again to the level it was before
and also to what similar themes are doing.
This commit is contained in:
B. Petersen
2023-03-11 13:58:50 +01:00
committed by bjoern
parent 0ac61690cf
commit 7d3fcd9a3c

View File

@@ -1,11 +1,11 @@
:root {
--accent: hsl(0 0% 70%);
--accent: hsl(0 0% 85%);
}
@media (prefers-color-scheme: dark) {
:root {
--accent: hsl(0 0% 30%);
--accent: hsl(0 0% 25%);
}
}