This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/wofi/style.css

27 lines
409 B
CSS

*{
color:{{@@ color.txt @@}};
font: Inter 16;
}
#entry:selected {
border: none;
padding: none;
background: {{@@ accent_color @@}};
}
window {
background-color: {{@@ accent_color @@}};
}
#input {
margin-bottom: 5px ;
background-color: {{@@ color.bg @@}};
}
#outer-box {
margin: 2px;
padding: 15px ;
padding-bottom:0;
background-color: {{@@ color.bg @@}};
}