diff --git a/src/styles/adaptedStyles/homePage.scss b/src/styles/adaptedStyles/homePage.scss index 6babbd5a..82a80d9f 100644 --- a/src/styles/adaptedStyles/homePage.scss +++ b/src/styles/adaptedStyles/homePage.scss @@ -9,7 +9,7 @@ // box-shadow: none; // z-index: 60; // } - + // .header-channel-fixed { // background-color: var(--bew-elevated-2); // backdrop-filter: var(--bew-filter-glass); @@ -34,6 +34,11 @@ // filter: var(--bew-filter-icon-glow); // } + .bili-live-card .bili-live-card__info--living img, + .single-card.floor-card .living > img { + filter: var(--bew-filter-icon-glow); + } + &.dark { .floor-card .floor-title { color: var(--bew-text-1); @@ -43,4 +48,4 @@ background-color: var(--bew-content-solid-1); } } -} \ No newline at end of file +}