Commit 9046b583 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra

fixed variable, plus added light text color for light badges

parent 4af64c3e
...@@ -7,4 +7,5 @@ ...@@ -7,4 +7,5 @@
.badge-dark { .badge-dark {
background-color: $badge-bg-dark; background-color: $badge-bg-dark;
color: $badge-color-dark;
} }
...@@ -281,7 +281,8 @@ $btn-active-gray-light: e4e7ed; ...@@ -281,7 +281,8 @@ $btn-active-gray-light: e4e7ed;
*/ */
$badge-bg: #f3f3f3; $badge-bg: #f3f3f3;
$badge-bg-dark: #eee; $badge-bg-dark: #eee;
$badge-color: $btn-transparent-color; $badge-color: #929292;
$badge-color-dark: #8f8f8f;
/* /*
* Award emoji * Award emoji
......
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