diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-06 13:49:15 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-06 13:49:15 +0200 |
commit | ff4d1b9a8401cb17bc5ba9f3ccdca95a41256ed1 (patch) | |
tree | f850dd288baae05bdce676c2622dd9e18cee6ad3 /source/css | |
parent | d398137ba295fb2849138484ed7d6f47effecb30 (diff) | |
download | my_new_personal_website-ff4d1b9a8401cb17bc5ba9f3ccdca95a41256ed1.tar.xz my_new_personal_website-ff4d1b9a8401cb17bc5ba9f3ccdca95a41256ed1.zip |
Update theme for h4 title
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme.scss | 11 |
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%; |