mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
LibWeb: Use -libweb-palette-base-text for text color in default CSS
This makes un-styled text readable when using a dark system theme, previously such text would be black, regardless of the theme background color. Fixes #7274.
This commit is contained in:
parent
6394ea00d8
commit
c2fb252ebf
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
html {
|
||||
font-family: sans-serif;
|
||||
color: -libweb-palette-base-text;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue