diff --git a/build.gradle b/build.gradle index f4f1d0d..a61d597 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '1.5.3' +version = '1.5.4' description = """timetrack""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 93af7e0..1e59233 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -210,6 +210,15 @@ body { color: black !important; } +.ES { + color: black; + background: radial-gradient(rgb(111, 255, 209), rgb(1, 113, 52)) !important; +} + +[data-bs-theme="dark"] .ES { + color: black !important; +} + .left { text-align: left; }