mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(adapted-styles): update styles for topic page
This commit is contained in:
@@ -120,7 +120,8 @@ if (isSupportedPages()) {
|
||||
#internationalHeader,
|
||||
.link-navbar,
|
||||
#home_nav,
|
||||
#biliMainHeader {
|
||||
#biliMainHeader,
|
||||
#bili-header-container {
|
||||
visibility: hidden;
|
||||
height: var(--bew-top-bar-height) !important;
|
||||
}
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
.share-popover .share-popover__qrcode canvas {
|
||||
box-shadow: 0 0 0 2px white;
|
||||
}
|
||||
|
||||
.topic-tv-icon svg path {
|
||||
fill: var(--bew-theme-color);
|
||||
}
|
||||
}
|
||||
// #endregion
|
||||
|
||||
@@ -45,7 +49,15 @@
|
||||
}
|
||||
|
||||
.active-card .active-content__desc {
|
||||
color: var(--bew-color-2);
|
||||
color: var(--bew-text-1);
|
||||
}
|
||||
|
||||
.action-item__data {
|
||||
color: var(--bew-text-2);
|
||||
}
|
||||
|
||||
.action-item__icon {
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
}
|
||||
// #endregion
|
||||
|
||||
Reference in New Issue
Block a user