mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 08:42:14 -04:00
CSS: Darken .state-text in list headers
This commit is contained in:
parent
318fa6dcc4
commit
c94c18e570
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
|||
header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.state-text {
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @text-color;
|
||||
|
|
|
|||
Loading…
Reference in a new issue