mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Remove bold text on buttons and tabs
This commit is contained in:
@@ -153,7 +153,7 @@ notebook {
|
||||
outline-offset: -5px;
|
||||
|
||||
color: $insensitive_fg_color;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
|
||||
border-width: 1px; // for reorderable tabs
|
||||
border-color: transparent; //
|
||||
|
||||
@@ -119,7 +119,7 @@ headerbar.selection-mode button.titlebutton,
|
||||
|
||||
@at-root %nobg_selected_items, & {
|
||||
color: $selected_fg_color;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
//&:hover{background-color: transparent;}
|
||||
@if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user