diff options
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 36fbedf..3e4577b 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -581,3 +581,17 @@ img:hover { filter: grayscale(0); } @media (max-width: 480px) { .masthead nav li { width: 100%; } } + +/* Tags page */ +.tag-toc { + display: flex; + flex-wrap: wrap; + gap: 0.5rem 1.5rem; + list-style: none; + padding: 0; + margin: 0 0 3rem; +} +.tag-count { + color: var(--meta); + font-size: var(--text-xs); +} |
