44 lines
701 B
CSS
44 lines
701 B
CSS
@import "colorscheme.css";
|
|
|
|
* {
|
|
font-size: 18px;
|
|
font-family:
|
|
Roboto, "Font Awesome 7 Free Solid", "Font Awesome 6 Free Solid";
|
|
}
|
|
|
|
#custom-logo {
|
|
font-size: 20px;
|
|
font-family: "FiraCode Nerd Font";
|
|
margin-left: 16px;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.modules-right {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.modules-right .module {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
window#waybar {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
text-shadow: none;
|
|
background: none;
|
|
transition: none;
|
|
}
|
|
|
|
#workspaces button {
|
|
min-width: 20px;
|
|
min-height: 20px;
|
|
padding: 7px;
|
|
}
|