Created
April 26, 2023 05:22
-
-
Save tecoholic/303cb94ef6e4666145e5f6e3e821b912 to your computer and use it in GitHub Desktop.
Misskey Custom Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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