mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
userStyles: lemmy
This commit is contained in:
parent
6213050201
commit
46d8d4042f
1 changed files with 19 additions and 0 deletions
19
userStyles/lemmy.css
Normal file
19
userStyles/lemmy.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue