diff --git a/userStyles/lemmy.css b/userStyles/lemmy.css new file mode 100644 index 0000000..2172084 --- /dev/null +++ b/userStyles/lemmy.css @@ -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; +}