From 7b52fbc02b8d5f4d52a5d371f6d85e182e26300e Mon Sep 17 00:00:00 2001 From: Hakadao Date: Wed, 13 Sep 2023 02:28:04 +0800 Subject: [PATCH] style: adjust styles --- src/styles/adaptedStyles/userSpacePage.scss | 61 +++++++++++++++++++-- src/styles/main.scss | 4 +- src/styles/variables.scss | 6 +- 3 files changed, 61 insertions(+), 10 deletions(-) diff --git a/src/styles/adaptedStyles/userSpacePage.scss b/src/styles/adaptedStyles/userSpacePage.scss index 59b6ab19..c4e1937d 100644 --- a/src/styles/adaptedStyles/userSpacePage.scss +++ b/src/styles/adaptedStyles/userSpacePage.scss @@ -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; + } } } diff --git a/src/styles/main.scss b/src/styles/main.scss index 00b8d754..df1008c7 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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; -} \ No newline at end of file +} diff --git a/src/styles/variables.scss b/src/styles/variables.scss index e8b751c4..5a1d0ef2 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -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);