aboutsummaryrefslogtreecommitdiff
path: root/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global.css')
-rw-r--r--styles/global.css9
1 files changed, 6 insertions, 3 deletions
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;
}