mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: tweak styles
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user