userStyles: lemmy

This commit is contained in:
He4eT 2023-10-06 03:22:13 +03:00
commit 46d8d4042f

19
userStyles/lemmy.css Normal file
View file

@ -0,0 +1,19 @@
/* 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;
}