From 90b04b1f215f1bf2d7b936c76964034f9fd2e1b9 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 3 Mar 2025 18:34:57 -0600 Subject: [PATCH] fix: Link colors for dark mode --- resources/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/static/styles.css b/resources/static/styles.css index 896e571..56d8125 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -42,6 +42,10 @@ legend { margin: 20px auto auto; } +a { + color: light-dark(blue, #3391ff); +} + table tr td div { max-height: 75px; line-height: 25px;