diff --git a/extra/wofi/style.css b/extra/wofi/style.css index 1f18cd6..5c26281 100644 --- a/extra/wofi/style.css +++ b/extra/wofi/style.css @@ -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); }