forked from AkkomaGang/akkoma-fe
Merge pull request 'Fix timeago warning applying to polls' (#100) from eris/pleroma-fe:timeago-polls-fix into develop
Reviewed-on: AkkomaGang/pleroma-fe#100
This commit is contained in:
commit
3cc0b44cb6
1 changed files with 4 additions and 2 deletions
|
@ -58,7 +58,9 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
@import '../../_variables.scss';
|
||||
.timeago {
|
||||
time.warning {
|
||||
color: var(--alertWarning, $fallback--alertWarning);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue