diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index a08e18690a..9d37796673 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -1,4 +1,4 @@ -html, body { +html { font-family: sans-serif; color: -libweb-palette-base-text; }