aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
Diffstat (limited to 'source/css')
-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%;