Files
colorshell/ags/style.scss
T
2025-01-22 13:45:59 -03:00

17 lines
186 B
SCSS

@use "./style/bar";
@use "./style/wal";
* {
all: unset;
transition: 120ms linear;
}
button {
padding: 6px;
border-radius: 12px;
&:hover {
background: wal.$color1;
}
}