Skip to content

Instantly share code, notes, and snippets.

@Heshyo
Last active October 25, 2022 01:47
Show Gist options
  • Save Heshyo/716cb38b5d8d2d6473ac7deda3befce3 to your computer and use it in GitHub Desktop.
Save Heshyo/716cb38b5d8d2d6473ac7deda3befce3 to your computer and use it in GitHub Desktop.
simple CSS
<style>
.mud-typography-h5 {
font-size: var(--mud-typography-h5-size);
color: yellow;
font-family: var(--mud-typography-h5-family);
font-weight: var(--mud-typography-h5-weight);
line-height: var(--mud-typography-h5-lineheight);
letter-spacing: var(--mud-typography-h5-letterspacing);
text-transform: var(--mud-typography-h5-text-transform);
}
.mud-typography {
margin: 0;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment