From f6621374817908ec5936caf635bae9bcd20b3ad1 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 23 Dec 2019 10:53:47 -0500 Subject: Move body font settings to root --- ext/mixed/css/display.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index d2b6bada..d8e42bfb 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -35,10 +35,13 @@ html:root[data-yomichan-page=float]:not([data-yomichan-theme]) body { background-color: transparent; } -body { +:root { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; /* 14px => 20px */ +} + +body { margin: 0; border: 0; padding: 0; -- cgit v1.2.3