From 830fdd51cec25aad3efc651e2f2f6e6000e39e6c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 12 Mar 2021 18:25:47 +0100 Subject: friend requests -> notifications --- styles/global.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'styles') diff --git a/styles/global.css b/styles/global.css index 9b77a6b..91d2056 100644 --- a/styles/global.css +++ b/styles/global.css @@ -39,15 +39,18 @@ html { font-family: "Inter"; } /* background color */ html { background-color: var(--page-background); } -/* link color fix */ -a { color: var(--text); } +/* link fix */ +a { + color: var(--text); + text-decoration: none; +} /* centering misschien */ .CenteredPageInner { text-align: center; } .CenteredPageInner > * { text-align: left; } /* line height reset */ -h1, h2, h3, p, b, span, td, th { +h1, h2, h3, p, b, i, span, td, th { margin: 0; line-height: 1.2; } -- cgit v1.2.3