Skip to content

Instantly share code, notes, and snippets.

@jakejarvis
Created December 5, 2022 19:56
Show Gist options
  • Save jakejarvis/1b189fc798e15d1b3a73910c424f31d9 to your computer and use it in GitHub Desktop.
Save jakejarvis/1b189fc798e15d1b3a73910c424f31d9 to your computer and use it in GitHub Desktop.

Revisions

  1. jakejarvis created this gist Dec 5, 2022.
    10 changes: 10 additions & 0 deletions custom.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    /* override weird Mastodon font with default system stack */
    body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, "mastodon-font-sans-serif", sans-serif !important;
    }

    /* hide create account buttons (just for aesthetics, NOT security!) */
    .columns-area__panels .navigation-panel .navigation-panel__sign-in-banner .sign-in-banner button:last-of-type,
    .ui__header .ui__header__links a.button[href^="https://joinmastodon.org"] {
    display: none !important;
    }