Files
dotfiles/wofi/style.css
T

66 lines
894 B
CSS

* {
font-family: JetBrainsMono Nerd Font;
font-size: 14px;
}
window {
background-color: rgba(29, 31, 33, 0.96);
border: 1px solid #373b41;
border-radius: 12px;
color: #c5c8c6;
}
#input {
background-color: #282a2e;
color: #c5c8c6;
border: 1px solid #373b41;
border-radius: 8px;
padding: 10px 14px;
margin: 12px 12px 6px 12px;
outline: none;
font-size: 15px;
caret-color: #81a2be;
}
#input:focus {
border-color: #81a2be;
}
#inner-box {
background-color: transparent;
}
#outer-box {
padding: 6px;
}
#scroll {
margin: 4px 6px 8px 6px;
}
#entry {
padding: 8px 14px;
border-radius: 8px;
margin: 2px 0;
transition: all 150ms ease;
}
#entry:selected {
background-color: #282a2e;
border: 1px solid #81a2be;
outline: none;
}
#text {
color: #c5c8c6;
}
#text:selected {
color: #81a2be;
font-weight: bold;
}
#img {
margin-right: 8px;
}