mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
LibWeb: Don't set initial font+color on both HTML and BODY elements
It's enough to set it on the HTML element. That way, it doesn't get reset in content that sets its own font on HTML but not on BODY.
This commit is contained in:
parent
1dd4e2dc87
commit
d1dac8695c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
html, body {
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
color: -libweb-palette-base-text;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue