mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust styles
This commit is contained in:
15
src/styles/adaptedStyles/common.scss
Normal file
15
src/styles/adaptedStyles/common.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
#bili-header-container {
|
||||
background-color: var(--bew-bg) !important;
|
||||
}
|
||||
|
||||
.bili-header .bili-header__bar {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.card-loaded {
|
||||
background-color: var(--bew-elevated-solid-1);
|
||||
}
|
||||
|
||||
.brand_blue {
|
||||
color: var(--bew-theme-color) !important;
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
import './common.scss'
|
||||
import './comments.scss'
|
||||
import './footer.scss'
|
||||
import './modal.scss'
|
||||
|
||||
@@ -35,7 +35,6 @@ body {
|
||||
font-size: 14px !important;
|
||||
min-width: unset !important;
|
||||
filter: none !important;
|
||||
// background-color: var(--bew-bg);
|
||||
color: var(--bew-text-1);
|
||||
line-height: unset;
|
||||
}
|
||||
@@ -62,20 +61,4 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
--at-apply: color-$bew-text-1;
|
||||
}
|
||||
|
||||
#bili-header-container {
|
||||
background-color: var(--bew-bg) !important;
|
||||
}
|
||||
|
||||
.bili-header .bili-header__bar {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.card-loaded {
|
||||
background-color: var(--bew-elevated-solid-1);
|
||||
}
|
||||
|
||||
.brand_blue {
|
||||
color: var(--bew-theme-color) !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user