Remove bold text on buttons and tabs

This commit is contained in:
EliverLara
2020-03-25 13:06:59 -06:00
parent 4d8d2c0969
commit b12f7de05a
5 changed files with 21 additions and 21 deletions

View File

@@ -223,7 +223,7 @@
//
// normal button
//
font-weight: bold;
font-weight: normal;
color: $tc;
background-color: mix($bg_color, $base_color, 15%);
text-shadow: none;