diff --git a/src/css/options.css b/src/css/options.css index 4b1b224..79227c7 100644 --- a/src/css/options.css +++ b/src/css/options.css @@ -6,28 +6,33 @@ body { #options-wrapper { width: 100%; - max-width: 800px; + max-width: 767px; backdrop-filter: blur(6px); - filter: drop-shadow(15px 15px 12px #000000); } [data-bs-theme='dark'] #options-wrapper { - background: rgba(0 0 0 / 50%); + background-color: rgba(0 0 0 / 50%); + border: 1px solid rgba(255 255 255 / 15%); + filter: drop-shadow(15px 15px 12px #000); } + [data-bs-theme='light'] #options-wrapper { - background: rgba(255 255 255 / 60%); + background-color: rgba(255 255 255 / 60%); + border: 1px solid rgba(0 0 0 / 17.5%); } [data-bs-theme='dark'] .form-control { - background: rgba(0 0 0 / 50%); + background-color: rgba(0 0 0 / 50%); } + [data-bs-theme='light'] .form-control { - background: rgba(255 255 255 / 50%); + background-color: rgba(255 255 255 / 50%); } [data-bs-theme='dark'] #table-wrapper { - background: rgba(0 0 0 / 50%); + background-color: rgba(0 0 0 / 50%); } + [data-bs-theme='light'] #table-wrapper { - background: rgba(255 255 255 / 50%); + background-color: rgba(255 255 255 / 50%); } diff --git a/src/html/options.html b/src/html/options.html index da7b125..d1e1478 100644 --- a/src/html/options.html +++ b/src/html/options.html @@ -213,7 +213,7 @@