summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addicted-brands.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/addicted-brands.html b/addicted-brands.html
index d8f9d9c..cc7476c 100644
--- a/addicted-brands.html
+++ b/addicted-brands.html
@@ -34,8 +34,10 @@ html, body {
display: inline-block;
border-radius: 16px;
}
+body { counter-reset: ht; }
.graph .hashtag:before {
- content: '#';
+ counter-increment: ht;
+ content: counter(ht) ' #';
}
.graph .hashtag {
font-weight: bold;