CSS/themes: Add @text-color-inverted to the icinga theme

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-18 15:31:15 +02:00
parent cf8548a29d
commit 25bf42462c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
// Text color on <body>
@text-color: #535353;
@text-color-inverted: @body-bg-color;
// Text color on <a>
@link-color: @text-color;