mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Update colors
This commit is contained in:
@@ -162,13 +162,13 @@ headerbar {
|
||||
}
|
||||
.linked > button:active{
|
||||
@extend %linked-header;
|
||||
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
|
||||
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
|
||||
color: rgb(255, 250, 250);
|
||||
}
|
||||
.linked > button:checked{
|
||||
@extend %linked-header;
|
||||
border-radius: 23px;
|
||||
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
|
||||
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
|
||||
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
|
||||
color: rgb(255, 250, 250);
|
||||
&:backdrop{
|
||||
|
||||
Reference in New Issue
Block a user