fixed text color in light theme

This commit is contained in:
Patrick O'Carroll 2018-05-04 10:30:42 +02:00
parent 3dd073f98d
commit c897485958

View File

@ -77,7 +77,7 @@
border: none;
color: $text-color;
&.active span {
color: $blue;
color: $query-blue;
font-weight: bold;
}
.text-info {
@ -88,6 +88,12 @@
font-size: $font-size-sm;
padding: 5px 11px;
}
&:hover {
color: $text-color-strong;
}
&[disabled] {
color: $text-color;
}
}
}