mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: adjust two bilibili evolved's buttons to match the BewlyBewly theme (#423)
close #423
This commit is contained in:
@@ -102,3 +102,20 @@ html.dark.bewly-design {
|
||||
.dark::view-transition-new(root) {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
// Adapt the colors of the two Bilibili Evolved's buttons on the left side to BewlyBewly theme
|
||||
.bewly-design {
|
||||
.be-settings > .sidebar > * {
|
||||
background-color: var(--bew-elevated-solid-1) !important;
|
||||
opacity: 0.4;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.be-settings > .sidebar > * .be-icon {
|
||||
color: var(--bew-text-1) !important;
|
||||
fill: var(--bew-text-1) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user