Created
November 21, 2022 19:31
-
-
Save boogah/3e453aac71d0f7291d97537713a2775a to your computer and use it in GitHub Desktop.
Make your Mastodon direct messages stand out. Taken from https://waferbaby.com/@d/109380422160162695
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
.status.status-direct { | |
background-color: #252525 !important; | |
padding: 40px; | |
} |
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
.status.status-direct { | |
background-color: #FBF7F9 !important; | |
padding: 40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment