chore: tweak styles

This commit is contained in:
Hakadao
2025-01-26 03:56:52 +08:00
parent 2ee39191ee
commit 4bd283f5df

View File

@@ -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
}