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:
commit
7ab2c45019
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user