Skip to content

Instantly share code, notes, and snippets.

@sudofox
Last active June 4, 2021 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudofox/fcd77a50c51f23230bf97cddad897f26 to your computer and use it in GitHub Desktop.
Save sudofox/fcd77a50c51f23230bf97cddad897f26 to your computer and use it in GitHub Desktop.
html {
/* match hatena.ne.jp */
font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Hiragino Sans,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Noto Sans JP,sans-serif;
}
#pallet-container {
display: flex;
}
span.star {
/* just remove the font-weight property entirely */
font-weight: unset;
}
div.pallet {
margin-right: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment