Rollback --backdrop-color var, to fix themes dialog

This commit is contained in:
JeLuF 2023-06-30 21:44:35 +02:00
parent 2dfa482b24
commit 36c4c0c8d7
2 changed files with 3 additions and 4 deletions

View File

@ -485,7 +485,7 @@ dialog {
}
dialog::backdrop {
background: var(--backdrop-color);
background: rgba(32, 33, 36, 50%);
}
dialog > div {
@ -1295,7 +1295,7 @@ input::file-selector-button {
.popup {
position: absolute;
background: var(--backdrop-color);
background: rgba(32, 33, 36, 50%);
top: 0px;
left: 0px;
right: 0px;

View File

@ -1,4 +1,4 @@
:root, ::backdrop {
:root {
--main-hue: 222;
--main-saturation: 4%;
--value-base: 13%;
@ -45,7 +45,6 @@
--status-orange: rgb(200, 139, 0);
--status-green: green;
--status-red: red;
--backdrop-color: rgba(32, 33, 36, 50%);
}
.theme-light {