small theme corrections
This commit is contained in:
@ -7,7 +7,7 @@ plugins {
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group = 'de.jottyfan'
|
||||
version = '1.3.1'
|
||||
version = '1.3.2'
|
||||
|
||||
description = """timetrack"""
|
||||
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user