small theme corrections
This commit is contained in:
@ -7,7 +7,7 @@ plugins {
|
|||||||
apply plugin: 'io.spring.dependency-management'
|
apply plugin: 'io.spring.dependency-management'
|
||||||
|
|
||||||
group = 'de.jottyfan'
|
group = 'de.jottyfan'
|
||||||
version = '1.3.1'
|
version = '1.3.2'
|
||||||
|
|
||||||
description = """timetrack"""
|
description = """timetrack"""
|
||||||
|
|
||||||
|
@ -164,6 +164,10 @@ body {
|
|||||||
font-size: smaller
|
font-size: smaller
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-bs-theme=dark] .billing {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
.WP2 {
|
.WP2 {
|
||||||
background: radial-gradient(#ffff00, #ffe169) !important;
|
background: radial-gradient(#ffff00, #ffe169) !important;
|
||||||
}
|
}
|
||||||
@ -227,6 +231,10 @@ body {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-bs-theme=dark] .hoverlink {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.hoverlink:hover {
|
.hoverlink:hover {
|
||||||
color: white;
|
color: white;
|
||||||
background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64);
|
background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64);
|
||||||
|
Reference in New Issue
Block a user