Last active
July 3, 2020 20:16
-
-
Save Craftplacer/9fd78d133575ede04b77a2d62fd2e421 to your computer and use it in GitHub Desktop.
Pleroma User 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
/* ==UserStyle== | |
@name Faint usernames | |
@version 1.0.0 | |
@description Makes the username (and instance name) less prominent | |
@namespace github.com/Craftplacer | |
@author Craftplacer | |
==/UserStyle== */ | |
@-moz-document domain("fedi.absturztau.be"), domain("kartoffel.cafe") { | |
.account-name { | |
color: inherit; /* Remove link color */ | |
opacity: .25; | |
font-style: italic; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment