diff --git a/src/styles/adaptedStyles/pages/watchLaterPage.scss b/src/styles/adaptedStyles/pages/watchLaterPage.scss index cc108003..a9777666 100644 --- a/src/styles/adaptedStyles/pages/watchLaterPage.scss +++ b/src/styles/adaptedStyles/pages/watchLaterPage.scss @@ -1,4 +1,19 @@ .bewly-design.watchLaterPage { + // #region new watch later page + + .watchlater-list-nav.fixed { + background-color: var(--bew-elevated); + backdrop-filter: var(--bew-filter-glass-1); + } + + .watchlater-list-nav .breadcrums-nav { + background-color: transparent; + } + + // #endregion + + // #region old watch later page + // #region theme color adaption part // Increase the priority of the style inside by writing a non-existent selector in :not() :not(foobar) { @@ -73,4 +88,6 @@ } } // #endregion + + // #endregion }