diff options
| author | lonkaars <l.leblansch@gmail.com> | 2021-01-15 09:05:51 +0100 |
|---|---|---|
| committer | lonkaars <l.leblansch@gmail.com> | 2021-01-15 09:05:51 +0100 |
| commit | 9c355c7de88bcbfb62558d3665d9a3a2c8a97b6f (patch) | |
| tree | 91ce60c15420b6352c74c5813a757ce8d87a4935 /src/global.css | |
| parent | a6c6129c2bf59d55238464dad3b2e909699d30b8 (diff) | |
login/register pages
Diffstat (limited to 'src/global.css')
| -rw-r--r-- | src/global.css | 10 |
1 files changed, 5 insertions, 5 deletions
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); } |