feat: typography

This commit is contained in:
Cory Dransfeldt 2023-10-29 16:14:25 -07:00
parent a4472722f6
commit e35433cf93
7 changed files with 445 additions and 23 deletions

View file

@ -89,6 +89,7 @@ li > a {
}
code {
@apply font-mono;
@apply text-gray-50;
padding: 0.25rem;
}
@ -129,12 +130,6 @@ pre {
background: theme(colors.blue.800);
}
code[class*='language-'],
pre[class*='language-'] {
@apply font-mono;
font-weight: 400 !important;
}
[data-tablericon-name] {
stroke-width: 1.4;
}