hight-contrast.less: Set basic vars

This commit is contained in:
Florian Strohmaier 2021-04-28 16:44:08 +02:00 committed by Johannes Meyer
parent b73acda227
commit 5e4077bb44

View File

@ -22,6 +22,12 @@
@color-unreachable-handled: #800080;
@color-pending: #0000EE;
// Icinga colors
@low-sat-blue: #dae3e6;
// Background color for <body>
@body-bg-color: @white;
@text-color: #191919;
@text-color-light: #555555;