style: remove border from mastodon card, reduce border-radius

This commit is contained in:
Oliver Booth 2024-05-06 14:53:46 +01:00
parent 23d3950695
commit c9b64cc778
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5

View File

@ -453,7 +453,13 @@ td.trim-p p:last-child {
.mastodon-update-card.card { .mastodon-update-card.card {
background-color: desaturate(darken(#6364FF, 50%), 50%); background-color: desaturate(darken(#6364FF, 50%), 50%);
margin-bottom: 50px; margin-bottom: 20px;
border-radius: 3px;
border: none;
.card-body, .card-footer {
border: none;
}
p:last-child { p:last-child {
margin-bottom: 0; margin-bottom: 0;