Compatible with fullFeedsContent (fix #3465)

This commit is contained in:
the1812 2022-07-12 23:08:14 +08:00
parent c854ba7fc2
commit 4df7947902
2 changed files with 4 additions and 0 deletions

View File

@ -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',

View File

@ -269,6 +269,9 @@
&__content { &__content {
@include color('e'); @include color('e');
} }
&__action {
@include theme-color();
}
&-module, &-module,
&-link, &-link,
&-topic { &-topic {