Commit d219ed25 authored by Clement Ho's avatar Clement Ho

Add text-secondary colors back

parent b20f4135
...@@ -70,6 +70,11 @@ table { ...@@ -70,6 +70,11 @@ table {
} }
} }
.text-secondary {
// Override Bootstrap's light secondary color
// We have to use !important because bootstrap has that set as well
color: $gl-text-color-secondary !important;
}
// Polyfill deprecated selectors // Polyfill deprecated selectors
......
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