radio-win

This commit is contained in:
soraefir
2026-06-12 23:49:38 +02:00
parent c724c853f5
commit ce804942a9
13 changed files with 140 additions and 117 deletions

View File

@@ -18,10 +18,6 @@
border-color: $base04;
}
@mixin test {
}
/* GENERAL */
* {
@@ -49,25 +45,12 @@ tooltip {
font-weight: 900;
}
.grey {
color: $base02;
}
.red {
color: $base0F;
}
.orange {
color: $base08;
}
.green {
color: $base0B;
}
.blue {
color: $base0C;
}
/* WORKSPACE COLORS - emitted dynamically by scripts/workspaces as class names */
.grey { color: $base02; }
.red { color: $base0F; }
.orange { color: $base08; }
.green { color: $base0B; }
.blue { color: $base0C; }
/* WINDOW WRAPPER CSS */