kopia lustrzana https://github.com/pixelfed/pixelfed
Update read more font weight
rodzic
67c2bd4a3a
commit
2eef353da2
|
@ -20,8 +20,8 @@ pixelfed.readmore = () => {
|
||||||
el.readmore({
|
el.readmore({
|
||||||
collapsedHeight: 45,
|
collapsedHeight: 45,
|
||||||
heightMargin: 48,
|
heightMargin: 48,
|
||||||
moreLink: '<a href="#" class="d-block font-weight-lighter small text-dark text-center">Read more ...</a>',
|
moreLink: '<a href="#" class="d-block small text-muted text-center">Read more ...</a>',
|
||||||
lessLink: '<a href="#" class="d-block font-weight-lighter small text-dark text-center">Hide</a>',
|
lessLink: '<a href="#" class="d-block small text-muted text-center">Hide</a>',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue