frontend: add style for <code> within preview

This commit is contained in:
0x1eef 2024-02-07 22:37:36 -03:00
parent 8c5a41cc01
commit 0cbaab03ea

View file

@ -63,6 +63,14 @@ body {
padding: 0px;
}
code {
color: #4078c0;
background-color: #f6f8fa;
border: 1px solid #e1e4e8;
padding: 2px 4px;
border-radius: 3px;
}
h1, h2, h3, h4, h5, h6, h7 {
margin: 0 !important;
@extend .pt-3;