aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-07-14 22:13:26 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-07-14 22:13:26 -0400
commited4f8304de834a8fe26fba332312eb0c93b43f8a (patch)
tree84afa3d83ad8adfca275388c6b232ad78d393977
parent655bd1209767995f0c1aeb21a05780d17d123967 (diff)
downloadkompetenzbolzen.github.io-ed4f8304de834a8fe26fba332312eb0c93b43f8a.tar.gz
i and em are italics, b and strong are bold
-rwxr-xr-xscss/style.scss4
-rw-r--r--style.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 7087b81..d1a7fa6 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -97,11 +97,11 @@ ul ul, ol ul {
list-style-type: circle;
}
-em {
+em, i {
font-style: italic;
}
-strong {
+strong, b {
font-weight: 600;
}
diff --git a/style.css b/style.css
index 45edac7..8734188 100644
--- a/style.css
+++ b/style.css
@@ -105,10 +105,10 @@ ol ul, ul ol, ul ul, ol ol {
ul ul, ol ul {
list-style-type: circle; }
-em {
+em, i {
font-style: italic; }
-strong {
+strong, b {
font-weight: 600; }
img {