From efd0773e5c53f8616d3eb1a2edaaebe5479e8e66 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 2 Feb 2026 12:25:23 +0100 Subject: [PATCH] minor css improvement Signed-off-by: Stephan Richter --- legacy/src/main/resources/css/default/colors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/src/main/resources/css/default/colors.css b/legacy/src/main/resources/css/default/colors.css index cb044955..b0273a5a 100644 --- a/legacy/src/main/resources/css/default/colors.css +++ b/legacy/src/main/resources/css/default/colors.css @@ -3,7 +3,7 @@ body{ background-color: black; } a{ - color: orange; + color: red; } .tasks .pending>a{