mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added italic text
This commit is contained in:
parent
0c7ed6de99
commit
616398c4fc
1 changed files with 10 additions and 1 deletions
|
@ -61,6 +61,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.grey) {
|
:global(.grey) {
|
||||||
color: #555555;
|
color: #555555;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue