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 is contained in:
Vojtěch Káně 2020-10-29 22:20:23 +00:00
commit 7ab2c45019

View File

@ -198,6 +198,9 @@ h2 a {
.container > .pageHeader > h2.pageTitle.title > a { .container > .pageHeader > h2.pageTitle.title > a {
color: white; color: white;
} }
strong, b {
color: white;
}
button svg path { button svg path {
fill: white; fill: white;
} }