mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Compatible with fullFeedsContent (fix #3465)
This commit is contained in:
parent
c854ba7fc2
commit
4df7947902
@ -28,6 +28,7 @@ const entry = async () => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if ([
|
if ([
|
||||||
|
'bili-rich-text__action',
|
||||||
'bili-rich-text-topic',
|
'bili-rich-text-topic',
|
||||||
'bili-rich-text-module',
|
'bili-rich-text-module',
|
||||||
'bili-rich-text-link',
|
'bili-rich-text-link',
|
||||||
|
|||||||
@ -269,6 +269,9 @@
|
|||||||
&__content {
|
&__content {
|
||||||
@include color('e');
|
@include color('e');
|
||||||
}
|
}
|
||||||
|
&__action {
|
||||||
|
@include theme-color();
|
||||||
|
}
|
||||||
&-module,
|
&-module,
|
||||||
&-link,
|
&-link,
|
||||||
&-topic {
|
&-topic {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user