From 608aa650b7bd725619564f14d6be731c54d14a54 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 2 Sep 2025 10:07:30 +0200 Subject: [PATCH] improved link color --- web/src/main/resources/web/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 3338008..cb37015 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -4,7 +4,7 @@ } a { - color: orange; + color: #ff7726; text-decoration: none; }