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 2cdc177 commit bb5acc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ body {

[data-bs-theme='dark'] #options-wrapper {
background-color: rgba(0 0 0 / 50%);
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 rgba(51, 51, 51, 60%);
border: 1px solid rgb(0, 0, 0, 0.175);
}

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

0 comments on commit bb5acc9

Please sign in to comment.