test
This commit is contained in:
parent
a5f343b9df
commit
8fbec7aca8
1 changed files with 6 additions and 1 deletions
|
@ -165,8 +165,13 @@
|
||||||
|
|
||||||
#workspaces button.visible
|
#workspaces button.visible
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: #e2cca9;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
padding: 0px 10px;
|
||||||
|
margin: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: rgba(50, 48, 47, 0.8);
|
||||||
|
background-color: #3c3836;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover,
|
#workspaces button:hover,
|
||||||
|
|
Loading…
Reference in a new issue