style: adjust styles

This commit is contained in:
Hakadao
2023-09-13 02:28:04 +08:00
parent 30a83b0cba
commit 7b52fbc02b
3 changed files with 61 additions and 10 deletions

View File

@@ -7,15 +7,25 @@
}
.n .n-btn.active,
.be-tab-item.is-active {
.be-tab-item.is-active,
#navigator a:hover {
color: var(--bew-theme-color);
}
.n .n-statistics .n-fs:hover p,
.n .n-statistics .n-gz:hover p {
color: var(--bew-theme-color) !important;
}
.n .n-cursor,
.be-tab-cursor {
border-color: var(--bew-theme-color);
}
.g-search input:focus {
border-color: var(--bew-theme-color) !important;
}
.n .n-cursor {
background-color: var(--bew-theme-color);
}
@@ -24,10 +34,22 @@
display: none;
}
.i-m-title .icon-i-title {
.i-m-title .icon-i-title,
.g-search .search-btn:hover {
filter: var(--bew-filter-icon-glow);
}
.s-space {
#page-index #i-ann-content textarea:focus,
#page-index #i-ann-content textarea:hover {
border-color: var(--bew-theme-color);
}
a:hover {
color: var(--bew-theme-color);
}
}
.dark {
.n .n-inner,
#page-index .col-1,
@@ -40,13 +62,27 @@
color: var(--bew-text-1);
}
.n .n-data .n-data-v {
color: var(--bew-text-1);
}
.g-search input,
#page-index #i-ann-content textarea {
background-color: var(--bew-fill-1);
border-color: var(--bew-border-color);
color: var(--bew-text-1);
}
.s-space {
.section,
#page-index .fav-covers,
#page-index .channel .channel-item,
.i-pin-v .be-tab,
.i-m-r2,
#page-index .col-2 .section-title {
#page-index .col-2 .section-title,
.user-info .user-info-title,
.article-content,
.s-content {
border-color: var(--bew-border-color);
}
@@ -54,9 +90,13 @@
box-shadow: unset;
}
.n .n-data .n-data-v,
.section-title,
#page-index .col-2 .section .user-auth.no-auth .no-auth-title .goto-auth {
#page-index .col-2 .section .user-auth.no-auth .no-auth-title .goto-auth,
.user-info .user-info-title .info-title,
.article-title,
#page-index .channel.guest .channel-item .channel-title .channel-name,
#page-index .channel .channel-item .channel-name,
.large-item .title {
color: var(--bew-text-1);
}
@@ -67,5 +107,16 @@
border-color: var(--bew-border-color);
color: var(--bew-text-2);
}
.section .count {
background-color: var(--bew-fill-1);
border-color: var(--bew-fill-1);
color: var(--bew-text-2);
}
.section .count:before,
.section .more {
display: none;
}
}
}

View File

@@ -60,7 +60,7 @@ h6 {
background-color: var(--bew-bg) !important;
}
.bili-header .bili-header__bar{
.bili-header .bili-header__bar {
visibility: hidden;
}
@@ -70,4 +70,4 @@ h6 {
.brand_blue {
color: var(--bew-theme-color) !important;
}
}

View File

@@ -251,9 +251,9 @@
--line_regular: var(--bew-fill-2);
--line_bold: var(--bew-fill-3);
--graph_white: var(--bew-content-solid-1);
--graph_bg_thin: var(--bew-fill-1);
--graph_bg_regular: var(--bew-fill-2);
--graph_bg_thick: var(--bew-fill-3);
--graph_bg_thin: var(--bew-content-solid-1);
--graph_bg_regular: var(--bew-elevated-solid-1);
--graph_bg_thick: var(--bew-elevated-solid-2);
--graph_weak: var(--Ga3);
--graph_medium: var(--Ga5);
--graph_icon: var(--Ga7);