mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Fix progress bar gradient direction
This commit is contained in:
@@ -593,3 +593,7 @@ box-shadow: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@mixin scale-highlight($dir) {
|
||||
background: linear-gradient(to $dir, #fed349, #ff7800);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user