Skip to content

Commit

Permalink
PD-1656 / 23.10 / update dark mode text color (by Mrt134) (#3348)
Browse files Browse the repository at this point in the history
* Empty commit to create PR on github.

You should reset it

* Update custom.css

---------

Co-authored-by: Tim Moore <[email protected]>
  • Loading branch information
bugclerk and Mrt134 authored Dec 9, 2024
1 parent 537b42a commit f58df20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ svg.gdoc-icon {
@media screen and (prefers-color-scheme: dark) {
:root {
--color-scheme: dark;
--body-font-color: #f0f3f5;
}
.truetable {
background-color: #212529;
Expand Down Expand Up @@ -970,6 +971,7 @@ svg.gdoc-icon {
}
}
:root[color-theme=dark] {
--body-font-color: #f0f3f5;
.stickyelement,
.stickybackground,
.sticky,
Expand Down

0 comments on commit f58df20

Please sign in to comment.