Commit c670fcc0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix external user badge color

parent 53965b8f
...@@ -141,6 +141,11 @@ $border-gray-normal: darken($gray-normal, $darken-border-factor); ...@@ -141,6 +141,11 @@ $border-gray-normal: darken($gray-normal, $darken-border-factor);
$border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor); $border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor);
$border-gray-dark: darken($white-normal, $darken-border-factor); $border-gray-dark: darken($white-normal, $darken-border-factor);
/*
* Override Bootstrap 4 variables
*/
$secondary: $gray-light;
/* /*
* UI elements * UI elements
*/ */
......
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