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
|
||||
}
|
||||
if ([
|
||||
'bili-rich-text__action',
|
||||
'bili-rich-text-topic',
|
||||
'bili-rich-text-module',
|
||||
'bili-rich-text-link',
|
||||
|
||||
@ -269,6 +269,9 @@
|
||||
&__content {
|
||||
@include color('e');
|
||||
}
|
||||
&__action {
|
||||
@include theme-color();
|
||||
}
|
||||
&-module,
|
||||
&-link,
|
||||
&-topic {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user