Remove bold text on buttons and tabs

This commit is contained in:
EliverLara
2020-03-25 13:06:59 -06:00
parent 0d214a6c26
commit 0669841e39
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, #c50ed2, #8500f7);
box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02);
color: rgb(255, 250, 250);
color: rgb(255, 255, 255);
}
@else if $t==backdrop-header {