feat: typography
This commit is contained in:
parent
a4472722f6
commit
e35433cf93
7 changed files with 445 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue