1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added italic text

This commit is contained in:
Fedor Katurov 2021-02-24 16:12:18 +07:00
parent 0c7ed6de99
commit 616398c4fc

View file

@ -5,7 +5,7 @@
background-color: darken($comment_bg, 2%);
border: {
left: 4px solid $red;
right: 4px solid $red;
right: 4px solid $red;
}
font-family: monospace;
font-size: 13px;
@ -61,6 +61,15 @@
}
}
strong {
font-weight: bold;
color: white;
}
em {
font-style: italic;
}
:global(.grey) {
color: #555555;
white-space: pre-line;