test
This commit is contained in:
parent
5570a47557
commit
2b678e85fd
1 changed files with 6 additions and 0 deletions
|
@ -142,15 +142,21 @@
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #${config.lib.stylix.colors.base04};
|
||||
color: #${config.lib.stylix.colors.base00};
|
||||
padding: 0px 15px;
|
||||
}
|
||||
|
||||
#workspaces button:hover,
|
||||
#workspaces button.focused:hover,
|
||||
#workspaces button.visible:hover {
|
||||
background-color: #${config.lib.stylix.colors.base07};
|
||||
color: #${config.lib.stylix.colors.base00};
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #${config.lib.stylix.colors.base09};
|
||||
color: #${config.lib.stylix.colors.base00};
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue