diff --git a/src/style/dark/dark-slice-13.scss b/src/style/dark/dark-slice-13.scss index 2de6af648..7212c0775 100644 --- a/src/style/dark/dark-slice-13.scss +++ b/src/style/dark/dark-slice-13.scss @@ -167,6 +167,36 @@ } } } + .album-content { + .album-list { + &__title { + @include color("e"); + } + &__tabs { + @include background-color("5"); + .album-list__tab { + &-name { + @include color("e"); + } + } + .album-list__tab--active { + .album-list__tab-name { + @include theme-color(); + } + } + } + &__content { + .album-card { + &__title { + @include color("e"); + &:hover { + @include theme-color(); + } + } + } + } + } + } } .switch-wrap { .type {