Skip to content

Instantly share code, notes, and snippets.

@tecoholic
Created April 26, 2023 05:22
Show Gist options
  • Save tecoholic/303cb94ef6e4666145e5f6e3e821b912 to your computer and use it in GitHub Desktop.
Save tecoholic/303cb94ef6e4666145e5f6e3e821b912 to your computer and use it in GitHub Desktop.
Misskey Custom Styles
footer {
margin-top: 1rem;
}
header {
margin-bottom: 1rem;
}
/*
* Renote top decoration
*/
.xBwhh {
opacity: 0.5;
padding-bottom: 0 !important;
color: #ccc !important;
font-size: smaller;
}
/* User name highlighted using accent color */
.xCPfz {
color: var(--accentDarken) !important;
}
/* Post time */
.xAtlm {
color: var(--dateLabelFg) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment