add <em> style: highlight in yellow

This commit is contained in:
Son NK 2019-12-02 00:14:08 +00:00
parent 8850f72a1c
commit 86cc9b18aa
1 changed files with 5 additions and 0 deletions

View File

@ -50,4 +50,9 @@
.arrow {
width: 50px;
}
em {
font-style: normal;
background-color: #FFFF00;
}