From 608aa650b7bd725619564f14d6be731c54d14a54 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 2 Sep 2025 10:07:30 +0200 Subject: [PATCH 1/2] 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; } From ecb4cb5e649f38c2c463d17663812873146aeec9 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 2 Sep 2025 11:05:40 +0200 Subject: [PATCH 2/2] css improvement --- web/src/main/resources/web/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index cb37015..93b3761 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -306,12 +306,14 @@ li > a > p:nth-child(1){ font-weight: bold; } -.timetracking { +span.timetracking { background: #734a00; border-radius: 5px; - padding: 12px 5px 3px 5px; + padding: 3px; + display: inline-block; } + .timetracks .year, .timetracks .month{ border: 1px solid; }