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.
@@ -1,5 +1,6 @@
html {
font-family: sans-serif;
+ color: -libweb-palette-base-text;
}
a {