Last active
August 6, 2022 14:05
-
-
Save khalby786/c557e4a4d730061b156660d8cc37d718 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
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
@import url("https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css");:root { --fonts-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --fonts-display: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --fonts-mono: 'Hack', 'SF Mono', 'Roboto Mono', Menlo, Consolas, monospace;}.header-links{ margin-top: 20px;}.react-calendar-heatmap { display: none;}.posts { display: block; max-width: 600px;}.post-header { --colors-text: gray;}.post { line-height: 1.5; background-color: var(--colors-background); padding-top: 50px; padding-bottom: 50px; padding-left: 0px; padding-right: 0px; font-family: var(--fonts-mono);}.post-attachment { text-align: left;}.post { border: none !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment