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 {