41 lines
591 B
CSS
41 lines
591 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "Victor Mono";
|
|
font-size: 12px;
|
|
box-shadow: none;
|
|
text-shadow: none;
|
|
transition-duration: 0s;
|
|
}
|
|
|
|
window.main {
|
|
color: #1c1c1c;
|
|
background-color: #839496;
|
|
}
|
|
|
|
#battery,
|
|
#custom-workspaces,
|
|
#workspaces button,
|
|
#custom-hostname,
|
|
#clock,
|
|
#window {
|
|
color: #1c1c1c;
|
|
background-color: #839496;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
#workspaces button.active {
|
|
color: #585858;
|
|
}
|
|
|
|
#bluetooth.connected {
|
|
color: rgba(115, 186, 37, 1);
|
|
}
|
|
|
|
tooltip * {
|
|
background-color: #839496;
|
|
color: #1c1c1c;
|
|
text-shadow: none;
|
|
}
|
|
|