aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/static
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/notes/static')
-rw-r--r--users/fcuny/notes/static/css/custom.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/fcuny/notes/static/css/custom.css b/users/fcuny/notes/static/css/custom.css
index 95f5feb..2d7a36e 100644
--- a/users/fcuny/notes/static/css/custom.css
+++ b/users/fcuny/notes/static/css/custom.css
@@ -24,16 +24,16 @@ a {
p { color: #1a1a19; }
-h1:before {
+article.article h2:before {
content: '◉';
}
-h2:before {
+article.article h3:before {
content: '○';
}
-h3:before {
+article.article h4:before {
content: '✸';
}
-h4:before {
+article.article h5:before {
content: '✿';
}