Remove bold text on buttons and tabs

This commit is contained in:
EliverLara
2020-03-25 13:06:59 -06:00
parent e6af80ca9b
commit 0c09c6c4de
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: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: rgb(255, 250, 250);
color: rgb(255, 255, 255);
}
@else if $t==backdrop-header {