diff options
| author | Joris | 2020-02-03 09:30:25 +0100 |
|---|---|---|
| committer | Joris | 2020-02-03 09:30:25 +0100 |
| commit | 6b9fef06847e55aee2f93ece513a0d62ee7e359c (patch) | |
| tree | c2917d671142e258a2aef7e0ebaa1838348ee65a /static | |
| parent | 75ac00de764189aa8e65c7f35ab2d3c692319b91 (diff) | |
Add helper to create dom nodes
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index cb4fda0..7595b24 100644 --- a/static/main.css +++ b/static/main.css @@ -144,7 +144,7 @@ body { left: 0; counter-increment: ol; content: counter(ol); - margin-right: (px 10); + margin-right: 10px; background-color: var(--color-title); color: white; border-radius: 50%; |
