Files
dotfiles/wofi/style.css
2025-06-08 23:07:12 +03:00

42 lines
562 B
CSS

@import url("colors.css");
* {
all:unset;
font-family: MonaspiceAr Nerd Font Mono, monospace;
font-weight: 600;
font-size: 18px;
}
window {
all:unset;
background: alpha(@background, 0.7);
border: 2px solid @primary;
border-radius: 4px;
}
#text {
margin: 5px;
}
#entry {
padding: 4px;
}
#entry:selected {
color: @on_primary;
background: @primary;
border-radius: 4px;
}
#input * {
padding: 10px;
border: none;
outline: none;
}
#scroll {
margin: 0px;
padding: 10px;
border: none;
}