dotfiles/.config/wofi/style.css
2024-10-29 22:08:15 +01:00

56 lines
687 B
CSS

window {
margin: 5px;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
background-color: #32312e;
border-radius: 35px;
opacity: 1;
}
#input {
margin: 10px;
background: none;
border-radius: 25px;
padding: 10px;
color: white;
border: none;
}
#input:focus {
box-shadow: none;
}
#inner-box {
margin: 0px;
}
#outer-box {
margin: 10px;
}
#scroll {
margin: 10px;
}
#entry {
border-radius: 20px;
color: white;
margin: 10px 0px;
padding: 10px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: #E6C873;
color: black;
outline: none;
}
#text:selected {
color: black;
}