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:
parent
0c7ed6de99
commit
616398c4fc
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue