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 99f1cae..0f4fa6e 100644
--- a/scss/_reset.scss
+++ b/scss/_reset.scss
@@ -16,7 +16,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; }
input, select, button { color: initial; }
tt, code, kbd, samp { font-family: monospace; }
code { font-size: 0.8em; }
-b { font-weight: bold; }
+b, strong { font-weight: bold; }
em, i { font-style: italic; }
a { font-size: 1em; cursor: pointer; }
hr { clear: both; }