From 698b2e6dd543d118c40f9d951672c7799a9c6c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Tue, 12 Sep 2023 09:50:16 +0200 Subject: [PATCH] small theme corrections --- build.gradle | 2 +- src/main/resources/static/css/style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57131c2..f138e13 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '1.3.1' +version = '1.3.2' description = """timetrack""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 6028f69..a752a1a 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -164,6 +164,10 @@ body { font-size: smaller } +[data-bs-theme=dark] .billing { + color: white !important; +} + .WP2 { background: radial-gradient(#ffff00, #ffe169) !important; } @@ -227,6 +231,10 @@ body { border-radius: 4px; } +[data-bs-theme=dark] .hoverlink { + color: white; +} + .hoverlink:hover { color: white; background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64);