From 514969f2742f5bc561add8c2ec763ef6a74f0201 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 11 Dec 2023 21:05:44 +0100 Subject: [PATCH] :lipstick: redo some styling --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index f820e39..a09cc4c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -70,6 +70,7 @@ p { .blog li { list-style: disc inside; + padding-left: 10px; } .blog h1 { @@ -96,7 +97,7 @@ p { .blog a { text-decoration: underline 3px; text-decoration-color: var(--light-1);} -.dark .blog a { text-decoration: underline 3px; text-decoration-color: var(--dark-1);} +.dark .blog a { text-decoration: underline 2px; text-decoration-color: var(--dark-1);} .blogtime { color: var(--light-2); }