small theme corrections

This commit is contained in:
Jörg Henke
2023-09-12 09:50:16 +02:00
parent c84ef5800a
commit 698b2e6dd5
2 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan'
version = '1.3.1'
version = '1.3.2'
description = """timetrack"""

View File

@ -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);