From 26ccf8ee973b6c1b889c750ba84971c05b58b6a2 Mon Sep 17 00:00:00 2001 From: Juli Date: Sun, 15 Sep 2024 12:02:01 +0300 Subject: [PATCH] changed link colors --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index 1f7b576..fd3ba9e 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,13 @@ body * { color: #cdd6f4; font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif; } + +a { + color: #f5c2e7; +} +a:hover { + color: #f38ba8; +} .page { display: flex; width: 65%;