From 7890c18787e41ee3e69248dfecfc419eab020383 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 20 Aug 2024 21:17:48 +0200 Subject: improve commit colour --- src/routes/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/styles.scss b/src/routes/styles.scss index 0fe7ab6..d932800 100644 --- a/src/routes/styles.scss +++ b/src/routes/styles.scss @@ -33,6 +33,7 @@ page { margin-top: 0px; } +a:link:not(.permalink),a:visited:not(.permalink) { color: #2160ad; } @media (prefers-color-scheme: dark) { /* If the operating system is using dark mode, then apply this CSS */ @@ -45,4 +46,3 @@ page { } } -a:link:not(.permalink),a:visited:not(.permalink) { color: #2160ad; } -- cgit v1.2.3