.files/.config/wofi/modules/screenshot.css
2024-03-03 18:50:07 +05:30

33 lines
397 B
CSS

#window {
margin: 0px;
border: 1px solid #88c0d0;
background-color: #1e222a;
border-radius: 10px;
}
#outer-box {
margin: 5px;
border: none;
background-color: #1e222a;
}
#text {
font-size: 50px;
margin: 5px;
border: none;
color: #d8dee9;
}
#input {
border: none;
}
#entry {
padding-left: 10px;
}
#entry:selected {
background-color: #61afef;
border-radius: 5px;
}