mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update dark styles
This commit is contained in:
parent
c6ad3cd9bc
commit
5030392042
@ -885,3 +885,9 @@
|
||||
@include theme-border-color();
|
||||
@include theme-color();
|
||||
}
|
||||
.startlive-icon {
|
||||
@include to-theme('blue');
|
||||
}
|
||||
.right-area .tip-wrap .icon path[fill="#00AEEC"] {
|
||||
@include theme-fill();
|
||||
}
|
||||
|
||||
@ -188,3 +188,8 @@
|
||||
--Si9: #dce0e5;
|
||||
--Si10: #f0f2f4;
|
||||
}
|
||||
html:root {
|
||||
--brand_blue: var(--theme-color);
|
||||
--brand_blue_thin: var(--theme-color-10);
|
||||
--text_link: var(--theme-color);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user