Merge branch 'vojta001/dark-mode-fix' into 'master'

Fix emphasized text color in dark mode

Closes #16

See merge request patek-devs/patek.cz!48
This commit was merged in pull request #69.
This commit is contained in:
Vojtěch Káně
2020-10-29 22:20:23 +00:00
+3
View File
@@ -198,6 +198,9 @@ h2 a {
.container > .pageHeader > h2.pageTitle.title > a {
color: white;
}
strong, b {
color: white;
}
button svg path {
fill: white;
}