mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: support bilibili evolved's components style in dark mode (#1026)
This commit is contained in:
@@ -115,6 +115,10 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.feeds-filter {
|
||||
background-color: var(--bew-content-solid);
|
||||
}
|
||||
|
||||
.opus-module-content blockquote:before {
|
||||
background-color: var(--bew-text-4);
|
||||
}
|
||||
|
||||
@@ -186,4 +186,15 @@ img {
|
||||
color: var(--bew-text-1) !important;
|
||||
fill: var(--bew-text-1) !important;
|
||||
}
|
||||
|
||||
// Bilibili Evolved's top bar
|
||||
&.dark .custom-navbar.blur:not(.transparent, .fill) {
|
||||
--navbar-background: var(--bew-elevated);
|
||||
--navbar-foreground: var(--bew-text-1);
|
||||
}
|
||||
|
||||
&.dark .custom-navbar:not(.transparent, .blur, .fill) {
|
||||
--navbar-background: var(--bew-elevated-solid);
|
||||
--navbar-foreground: var(--bew-text-1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user