From 9c355c7de88bcbfb62558d3665d9a3a2c8a97b6f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 15 Jan 2021 09:05:51 +0100 Subject: login/register pages --- src/global.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/global.css') diff --git a/src/global.css b/src/global.css index 5f9011f..d851131 100644 --- a/src/global.css +++ b/src/global.css @@ -19,17 +19,17 @@ html, body { } /* navbar fix */ -body { - padding-left: 48px; - background-color: var(--page-background); -} +body { padding-left: 48px; } -/* font size */ +/* font */ html { font-size: 14px; font-family: "Inter"; } +/* background color */ +html { background-color: var(--page-background); } + /* link color fix */ a { color: var(--text); } -- cgit v1.2.3