test
This commit is contained in:
parent
8c545b6433
commit
4fe0af097e
1 changed files with 1 additions and 2 deletions
|
@ -167,6 +167,7 @@
|
|||
#workspaces button {
|
||||
font-size: 16px;
|
||||
border-radius: 5px;
|
||||
margin: 5px;
|
||||
color: #e2cca9;
|
||||
background-color: #3c3836;
|
||||
font-weight: bold;
|
||||
|
@ -177,7 +178,6 @@
|
|||
#workspaces button.visible:hover {
|
||||
font-size: 16px;
|
||||
margin: 5px;
|
||||
border-radius: 5px;
|
||||
color: rgba(50, 48, 47, 0.8);
|
||||
background-color: #e9b143;
|
||||
font-weight: bold;
|
||||
|
@ -186,7 +186,6 @@
|
|||
#workspaces button.urgent {
|
||||
font-size: 16px;
|
||||
margin: 5px;
|
||||
border-radius: 5px;
|
||||
color: rgba(50, 48, 47, 0.8);
|
||||
background-color: #f2594b;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue