extra: wofi: add border to window and input field

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-04-21 02:52:28 +02:00
parent f06960fe4e
commit b3f47f5719
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -5,13 +5,14 @@
window {
background-color: rgba(249, 249, 251, 1);
color: rgba(35, 31, 32, 1);
border: 1px solid rgba(35, 31, 32, 1);
}
#input {
margin: 5px;
border-radius: 0px;
border: none;
border-bottom: 3px solid black;
border: 1px solid rgba(35, 31, 32, 1);
border-bottom: 3px solid rgba(35, 31, 32, 1);
background-color: rgba(249, 249, 251, 1);
color: rgba(35, 31, 32, 1);
}