aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-06-06 13:49:15 +0200
committerneodarz <neodarz@neodarz.net>2017-06-06 13:49:15 +0200
commitff4d1b9a8401cb17bc5ba9f3ccdca95a41256ed1 (patch)
treef850dd288baae05bdce676c2622dd9e18cee6ad3
parentd398137ba295fb2849138484ed7d6f47effecb30 (diff)
downloadmy_new_personal_website-ff4d1b9a8401cb17bc5ba9f3ccdca95a41256ed1.tar.xz
my_new_personal_website-ff4d1b9a8401cb17bc5ba9f3ccdca95a41256ed1.zip
Update theme for h4 title
-rw-r--r--source/css/theme.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/source/css/theme.scss b/source/css/theme.scss
index 7e577143..262fcaaf 100644
--- a/source/css/theme.scss
+++ b/source/css/theme.scss
@@ -331,11 +331,20 @@ h2 {
font-weight: bold;
}
-h3 {
+h3, h4{
text-align: center;
font-weight: bold;
}
+h3 {
+ &:before {
+ content: "· ";
+ }
+ &:after {
+ content: " ·";
+ }
+}
+
.article-metadata {
text-align: center;
font-size: 100%;