Skip to content

Commit 6d5aaa5

Browse files
committed
css: Avoid Icinga Web variables
1 parent a37ed9a commit 6d5aaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/css/state-badge.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
&.state-none {
4343
background-color: var(--state-none, @state-none);
44-
color: var(--text-color-light, @text-color-light);
44+
color: var(--default-text-color-light, @default-text-color-light);
4545
}
4646
}
4747

0 commit comments

Comments
 (0)