Remove bold text on buttons and tabs

This commit is contained in:
EliverLara
2020-03-25 13:06:59 -06:00
parent 2cfe0ba031
commit 14014c314a
5 changed files with 26 additions and 26 deletions

View File

@@ -222,7 +222,7 @@
//
// normal button
//
font-weight: bold;
font-weight: normal;
color: $tc;
background-color: mix($bg_color, $base_color, 15%);
text-shadow: none;
@@ -263,7 +263,7 @@
border-radius: 23px;
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
color: rgb(250, 250, 250);
color: rgb(255, 255, 255);
}
@else if $t==backdrop-header {