You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
869 B
CSS

/* hide obnoxious branding */
body .page header, /* header */
body .page footer, /* footer */
body .header .basic-info .role.admin, /* admin badge */
.accountstats b:nth-of-type(3), /* this and down: remomve follower counts from public view */
.accountstats span:nth-of-type(2),
.accountstats b:nth-of-type(4),
.accountstats span:nth-of-type(3) {
display: none;
}
/* colors */
:root {
--avatar-border: #dfb9ff!important;
--role-admin: #dfb9ff!important;
--link-fg: #ebb3ff;
}
html, body {
scrollbar-color: #dfb9ff;
}
/* layout */
div.col-header + section.thread > article {
padding-top: 16px;
margin-top: -8px;
border: none;
}
.content .profile div.col-header:not(:first-child) {
margin-top: 16px;
}
* {
border-radius: 0!important;
}
body .page .toots:nth-child-of-type(section) .article#01H0V7403VC7DWS9PMN1QRGWT3A {
display: none;
}