Skip to content
Snippets Groups Projects
Commit d219ed25 authored by Clement Ho's avatar Clement Ho
Browse files

Add text-secondary colors back

parent b20f4135
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment