mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Remove bold text on buttons and tabs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user