Skip to content

Instantly share code, notes, and snippets.

@MattSLangford
Last active February 21, 2024 15:57
Show Gist options
  • Save MattSLangford/a62ad9a7b644518c0e8493a4ca9d6840 to your computer and use it in GitHub Desktop.
Save MattSLangford/a62ad9a7b644518c0e8493a4ca9d6840 to your computer and use it in GitHub Desktop.
Sample custom CSS for Tiny Theme for Micro.blog.
body { background: var(--link); max-width: 55em; }
.site-header { text-align: center; }
.site-header, .page-content, footer { background: var(--background); padding: 1em; border-radius: 0.333em; margin: 1em 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment