1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08: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:
Linus Groh 2021-05-19 23:22:08 +01:00
parent 6394ea00d8
commit c2fb252ebf

View file

@ -1,5 +1,6 @@
html {
font-family: sans-serif;
color: -libweb-palette-base-text;
}
a {