From 9057f651fb508edf0e0488df590ed119d08a28b5b8860c7eedd1190eb6e5f571 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Fri, 8 Nov 2024 00:00:00 +0000 Subject: Change CSS styling for external links --- assets/style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'assets/style.css') diff --git a/assets/style.css b/assets/style.css index 5bd6b33..81ea8bd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -115,15 +115,27 @@ blockquote, ol, p, pre, ul, .highlight { } .link { - color: #0091ea; text-underline-offset: 3px; } -.link:hover { +.link--internal { + color: #0091ea; +} + +.link--internal:hover { background-color: #0091ea; color: black; } +.link--external { + color: #9370DB; +} + +.link--external:hover { + background-color: #9370DB; + color: black; +} + .list { list-style: none; padding-left: 0; -- cgit v1.2.3