Add border to wofi to better delineate from background

This commit is contained in:
David Heinemeier Hansson
2025-07-09 18:52:04 -07:00
parent b7a3b4b020
commit d7b94996c3
7 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@ window {
padding: 20px;
border: none;
background-color: @base;
border: 2px solid @border;
}
#scroll {