Update dark styles

This commit is contained in:
the1812 2022-11-18 20:30:30 +08:00
parent c6ad3cd9bc
commit 5030392042
2 changed files with 11 additions and 0 deletions

View File

@ -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();
}

View File

@ -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);
}