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