Undo font size inherit for card posts

This commit is contained in:
Lim Chee Aun 2024-07-22 14:19:25 +08:00
parent a2b88f1cdd
commit 84b3106f50

View file

@ -1955,7 +1955,7 @@ a.card:is(:hover, :focus):visited {
-webkit-line-clamp: 5; -webkit-line-clamp: 5;
line-clamp: 5; line-clamp: 5;
opacity: 1; opacity: 1;
font-size: inherit; /* font-size: inherit; */
} }
} }
.status.large .card.large.card-post, .status.large .card.large.card-post,