Commit c8974859 by Patrick O'Carroll

fixed text color in light theme

parent 3dd073f9
......@@ -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;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment