* {
all: unset; //Unsets everything so you can style everything from scratch
}
window {
//border-radius: 20px;
color: #ffffff;
background-color: #282a36;
font-family: JetBrains Mono;
font-size: 18px;
}
.sidestuff {
//background-color: #252221;
padding: 0px 50px;
}
.workspaces {
padding: 0px 50px;
}
.time button {
//all: unset;
min-height: 45px;
}
.workspaces {
min-width: 480px;
min-height: 15px;
}
.workspaces button {
//border-style: solid;
//border-width: 1px;
transition-property: background-color;
transition-duration: 0.5s;
}
.workspaces button:hover {
background-color: #ff79c6;
//color: #ff79c6
}
.workspaces button:active {
//color: #50fa7b;
}