Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Last active July 28, 2020 02:01
Show Gist options
  • Save mohemohe/21cff5b8958c0e3186bd908a0b60ea88 to your computer and use it in GitHub Desktop.
Save mohemohe/21cff5b8958c0e3186bd908a0b60ea88 to your computer and use it in GitHub Desktop.
mstdn.plusminus.ioのカスタムCSS
.video-player__volume {
display: inline-flex !important;
}
a[href*="/web/accounts"]::before {
content: attr(title);
font-weight: bold;
color: white;
}
a[href*="/web/accounts"] > span > strong {
display: none;
}
.theme-default .status__wrapper-private {
background: #372828;
}
.theme-default .status__wrapper-unlisted {
background: #373728;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment