CSS: Add text-color-on-icinga-blue

Intended to replace text-color-inverted.
This commit is contained in:
Eric Lippmann 2016-01-05 16:06:45 +01:00
parent c5dba1fd76
commit d265da1fa9
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
@text-color: #535353;
@text-color-inverted: @body-bg-color;
@text-color-light: @gray;
@text-color-on-icinga-blue: @body-bg-color;
// Text color on <a>
@link-color: @text-color;