style: remove border from mastodon card, reduce border-radius
This commit is contained in:
parent
23d3950695
commit
c9b64cc778
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user