Add styling for more HTML tags

Hope @gabs doesn't mind XD
This commit is contained in:
daudix
2024-07-05 04:11:14 +03:00
parent 3cead8e440
commit 164385b720
3 changed files with 140 additions and 3 deletions

View File

@ -1,7 +1,8 @@
// CODE
pre,
code,
kbd {
kbd,
samp {
font-family: var(--font-monospace-code);
}