From b37aa73f05c1f0ae8d153eb32a6070973fe37b86 Mon Sep 17 00:00:00 2001 From: Ihtsham Shafiq Date: Tue, 10 Sep 2024 13:01:53 +1000 Subject: [PATCH] fix: change link colours to match polykey theme --- src/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 6b669a0..5836662 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -121,3 +121,12 @@ /*height: 6em;*/ padding: 1.5em 0; } + +.markdown a { + color: #29A7AC +} + +.markdown a:hover { + color: #289295; + text-decoration-line: underline !important; +}