mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Added ambar colors
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
popover.background {
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
background: if( $variant == 'light', linear-gradient(to bottom, #fff 20%, #fff), linear-gradient(to bottom, lighten($bg_color, 2%), darken($bg_color, 2%)));
|
||||
background: if( $variant == 'light', linear-gradient(to bottom,darken($base_color, 4%) 20%, darken($base_color, 4%)), linear-gradient(to bottom, lighten($bg_color, 2%), darken($bg_color, 2%)));
|
||||
|
||||
.csd &, & { border: 1px solid $borders_color; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user