Adds styling for hyprswitch

This commit is contained in:
Michel Fedde 2025-04-08 22:04:55 +02:00
parent 79fd94bca7
commit 5c51cff353
5 changed files with 34 additions and 5 deletions

View file

@ -0,0 +1,21 @@
@import "../../theming/library/entry.scss";
:root {
--bg-color: #{$background};
--bg-color-hover: #{$background};
--border-color-active: #{$color1};
}
* {
color: $foreground;
}
.workspace:hover {
box-shadow: $box-shadow-inner;
}
.workspace:hover,
.client:hover {
border: 3px solid #{$color5};
}