diff options
Diffstat (limited to 'services/nuldoc/static/_all/style.css')
| -rw-r--r-- | services/nuldoc/static/_all/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/services/nuldoc/static/_all/style.css b/services/nuldoc/static/_all/style.css index 8c848bc..160273e 100644 --- a/services/nuldoc/static/_all/style.css +++ b/services/nuldoc/static/_all/style.css @@ -148,7 +148,7 @@ blockquote { .tag { display: inline-block; - padding: 3px 8px; + padding: 0; font-size: 0.9rem; margin-right: 5px; margin-bottom: 5px; @@ -159,6 +159,14 @@ blockquote { border: none; } +.tag-inner { + padding: 3px 8px; +} + +.tag-inner::before { + content: "# "; +} + .entry-tags { display: block; list-style: none; |
