mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust anime page styles
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
.week-day-wrapper
|
||||
.week-day-item.active,
|
||||
.section-title-v2-wrapper .title-right,
|
||||
.nav-tool-container .section {
|
||||
.nav-tool-container .section,
|
||||
.nav-tool-container a {
|
||||
color: var(--bew-text-1);
|
||||
}
|
||||
|
||||
@@ -87,10 +88,25 @@
|
||||
|
||||
.section-title-v2-wrapper .title-left .week-day-wrapper,
|
||||
.section-title-v2-wrapper .title-right,
|
||||
.nav-tool-container .section {
|
||||
.nav-tool-container .section,
|
||||
#home_v3_module_page_switch.home-page-switch-wrapper
|
||||
.inner-content-body-container
|
||||
.next-page,
|
||||
#home_v3_module_page_switch.home-page-switch-wrapper
|
||||
.inner-content-body-container
|
||||
.prev-page,
|
||||
.time-line-wrapper .time-line-body .timeline-common-content .next-page,
|
||||
.time-line-wrapper .time-line-body .timeline-common-content .prev-page {
|
||||
background-color: var(--bew-content-solid-1);
|
||||
}
|
||||
|
||||
.nav-tool-container .channel-entry .channel-item:hover,
|
||||
.nav-tool-container .new-q:hover,
|
||||
.nav-tool-container .top:hover,
|
||||
.nav-tool-container .service:hover {
|
||||
background-color: var(--bew-content-solid-1-hover);
|
||||
}
|
||||
|
||||
.section-title-v2-wrapper
|
||||
.title-left
|
||||
.week-day-wrapper
|
||||
@@ -111,17 +127,67 @@
|
||||
}
|
||||
|
||||
.section-title-v2-wrapper .title-right,
|
||||
.nav-tool-container a {
|
||||
.nav-tool-container .section,
|
||||
#home_v3_module_page_switch.home-page-switch-wrapper
|
||||
.inner-content-body-container
|
||||
.next-page,
|
||||
#home_v3_module_page_switch.home-page-switch-wrapper
|
||||
.inner-content-body-container
|
||||
.prev-page,
|
||||
.time-line-wrapper .time-line-body .timeline-common-content .next-page,
|
||||
.time-line-wrapper .time-line-body .timeline-common-content .prev-page {
|
||||
border-color: var(--bew-border-color);
|
||||
}
|
||||
|
||||
.time-line-body .timeline-common-content .timeline-weekday-item,
|
||||
.time-line-wrapper .time-line-body .timeline-special-content-left,
|
||||
.time-line-wrapper .time-line-body .timeline-special-content-right {
|
||||
border-top-color: transparent !important;
|
||||
}
|
||||
|
||||
.section-title-v2-wrapper .title-right .left-icon {
|
||||
filter: contrast(0) brightness(1.5);
|
||||
}
|
||||
|
||||
.section-title-v2-wrapper .title-right .svg path {
|
||||
.timeline-weekday-item .weekday-update-datetime,
|
||||
.timeline-weekday-item
|
||||
.weekday-description
|
||||
.update-progress
|
||||
.updated-num {
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
.section-title-v2-wrapper .title-right .svg path,
|
||||
.nav-tool-container a svg *[fill],
|
||||
.nav-tool-container .top.show svg path {
|
||||
fill: var(--bew-text-1);
|
||||
}
|
||||
|
||||
.nav-tool-container a svg *[stroke],
|
||||
#home_v3_module_page_switch.home-page-switch-wrapper
|
||||
.inner-content-body-container
|
||||
.next-page
|
||||
svg
|
||||
path,
|
||||
#home_v3_module_page_switch.home-page-switch-wrapper
|
||||
.inner-content-body-container
|
||||
.prev-page
|
||||
svg
|
||||
path,
|
||||
.time-line-wrapper
|
||||
.time-line-body
|
||||
.timeline-common-content
|
||||
.next-page
|
||||
svg
|
||||
path,
|
||||
.time-line-wrapper
|
||||
.time-line-body
|
||||
.timeline-common-content
|
||||
.prev-page
|
||||
svg
|
||||
path {
|
||||
stroke: var(--bew-text-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user