✨ ags: make osd work, new window management system, lots of improvements
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@use "sass:color";
|
||||
@use "./wal";
|
||||
|
||||
@mixin reset-props {
|
||||
all: unset;
|
||||
transition: 120ms linear;
|
||||
color: color.adjust($color: wal.$foreground, $lightness: -15%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user