Fix phrase emphasis not italicized (#850)

* Fix phrase emphasis not italicized

* use it in base css instead:

* i tag as well

* Update main.css
This commit is contained in:
Endilie Yacop Sucipto 2018-07-15 12:41:34 +07:00 committed by Yangshun Tay
parent defcbcc8ee
commit 03e237abda

View file

@ -111,10 +111,16 @@ body {
box-sizing: border-box;
}
strong {
strong,
b {
font-weight: 600;
}
em,
i {
font-style: italic;
}
[type='checkbox'] {
box-sizing: border-box;
padding: 0;