Skip to content

Commit

Permalink
Fix Border Width
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Jul 14, 2024
1 parent f613237 commit 8ab19a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ video {

[data-bs-theme='dark'] #options-wrapper {
background-color: rgba(0 0 0 / 50%);
border: 2px solid rgb(255, 255, 255, 0.15);
border: 1px solid rgb(255, 255, 255, 0.15);
filter: drop-shadow(15px 15px 12px #000000);
}

[data-bs-theme='light'] #options-wrapper {
background-color: rgba(255 255 255 / 60%);
border: 2px solid rgb(0, 0, 0, 0.175);
border: 1px solid rgb(0, 0, 0, 0.175);
}

[data-bs-theme='dark'] .form-control {
Expand Down

0 comments on commit 8ab19a8

Please sign in to comment.