feat: adjust two bilibili evolved's buttons to match the BewlyBewly theme (#423)

close #423
This commit is contained in:
hakadao
2024-04-02 02:01:36 +08:00
parent 69b6d865ad
commit c55e86fdc3

View File

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