tabs.less: Adjust tab colors

This commit is contained in:
Florian Strohmaier 2020-06-18 15:10:02 +02:00 committed by Johannes Meyer
parent acca870064
commit 2f7b2f1fde
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// Styles for tab navigation of containers
.tabs {
background-color: @icinga-blue;
background-color: @menu-bg-color;
letter-spacing: -0.417em;
}
@ -27,7 +27,7 @@
}
> a {
color: @body-bg-color;
color: @white;
&:hover {
text-decoration: none;