mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
夜间模式适配专栏
This commit is contained in:
parent
ccea08347a
commit
d5049eb417
@ -722,7 +722,9 @@
|
|||||||
@include set-color('border-top-color', '4');
|
@include set-color('border-top-color', '4');
|
||||||
}
|
}
|
||||||
#{contains('mediainfo_mediaRight')} {
|
#{contains('mediainfo_mediaRight')} {
|
||||||
#{contains('mediainfo_media_desc_section')} #{contains('mediainfo_display_area')} #{contains('mediainfo_ellipsis')} {
|
#{contains('mediainfo_media_desc_section')}
|
||||||
|
#{contains('mediainfo_display_area')}
|
||||||
|
#{contains('mediainfo_ellipsis')} {
|
||||||
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222);
|
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #222 20%, #222);
|
||||||
@include theme-color();
|
@include theme-color();
|
||||||
}
|
}
|
||||||
@ -978,3 +980,12 @@
|
|||||||
@include background-color('30');
|
@include background-color('30');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.article-content {
|
||||||
|
.ql-container {
|
||||||
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
|
@include color('cf');
|
||||||
|
}
|
||||||
|
h1,h2,h3,h4,h5,h6{
|
||||||
|
@include color('e');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user