mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 12:11:54 +00:00
Remove border-radius from workspace buttons for a cleaner look
This commit is contained in:
@@ -23,7 +23,6 @@ window#waybar {
|
||||
#workspaces button {
|
||||
padding: 0px 10px;
|
||||
margin: 1px 3px;
|
||||
/* border-radius: 10px; */
|
||||
color: #cdd6f4;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease;
|
||||
@@ -42,13 +41,11 @@ window#waybar {
|
||||
#workspaces button.active {
|
||||
background: rgba(137, 180, 250, 0.3);
|
||||
color: #89b4fa;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 15px rgba(137, 180, 250, 0.4);
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(137, 180, 250, 0.2);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* Window title */
|
||||
|
||||
Reference in New Issue
Block a user