This commit is contained in:
2026-02-19 15:01:21 +03:00
parent b3dbf95e03
commit 57cd92b816

View File

@@ -23,7 +23,6 @@
--theme-shutdown-colour: #c21c1c9d; --theme-shutdown-colour: #c21c1c9d;
--theme-progress-bar-colour: #cfcfcf; --theme-progress-bar-colour: #cfcfcf;
--theme-progress-bar-background-colour: #2c2c2c; --theme-progress-bar-background-colour: #2c2c2c;
--theme-visual-card-background-colour: #3a3a3a80;
--theme-progress-bar-transcoding-colour: #eb7e25; --theme-progress-bar-transcoding-colour: #eb7e25;
--theme-chapter-marker-colour: #dbdbdb; --theme-chapter-marker-colour: #dbdbdb;
--theme-chapter-marker-watched-colour: #4a4a4a; --theme-chapter-marker-watched-colour: #4a4a4a;
@@ -520,7 +519,7 @@ progress {
/* Настраиваем фон и стиль для визуальных карточек */ /* Настраиваем фон и стиль для визуальных карточек */
.visualCardBox { .visualCardBox {
background-color: var(--theme-visual-card-background-colour); background-color: transparent;
border-radius: var(--theme-roundness); border-radius: var(--theme-roundness);
box-shadow: inset 0 1px var(--theme-menu-shadow-colour); box-shadow: inset 0 1px var(--theme-menu-shadow-colour);
border: unset; border: unset;