From 90d86d3c055191b35665a764740d555c204df60c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 19 Dec 2023 23:29:08 +0100 Subject: Add colors for hyperlinks --- static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 6c0a7f5..51d9633 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,18 @@ ul { padding: 0; } +a { + color: #BAD7FF ; +} + +a:hover { + color: white ; +} + +a:visited { + color: #7E97AB ; +} + footer { max-width: 300px ; background: #151515 ; -- cgit v1.2.3-70-g09d2