aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_reset.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reset.scss b/scss/_reset.scss
index 6d37684..6a22a7a 100644
--- a/scss/_reset.scss
+++ b/scss/_reset.scss
@@ -17,7 +17,7 @@ input, select, button { color: initial; }
tt, code, kbd, samp { font-family: 'monospace'; }
code { font-size: 0.8em; }
b { font-weight: bold; }
-i { font-style: italic; }
+em, i { font-style: italic; }
a { cursor: pointer; }
hr { clear: both; }
ul { margin: 0; }