dotfiles/.config/hypr/themes/osaka/wofi.css
2025-05-05 01:16:12 +02:00

59 lines
661 B
CSS

window {
margin: 5px;
font-family: DepartureMono;
font-size: 16px;
font-weight: 500;
background-color: #593b5b;
border: 2px solid #f59ebb;
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 {
color: white;
margin: 10px 0px;
padding: 10px;
}
#img {
border-radius: 15px;
margin-right: 20px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: #f5c2e7;
color: black;
outline: none;
}
#text:selected {
color: black;
}