dotfiles/userStyles/lemmy.css
2023-10-06 03:22:13 +03:00

19 lines
259 B
CSS

/* Turn off border radius. */
*,
.rounded {
border-radius: 0 !important;
}
/* Tuning for https://lemmy.cafe */
#navbar {
margin-block-start: 16px;
}
#tagline {
display: none;
margin-block-end: 32px;
}
.post-listings {
margin-block-start: 48px;
}