diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-02 00:15:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-02 00:22:26 +0900 |
| commit | 36e0a3f8486bb2a8b288694dcf460a75d0517f57 (patch) | |
| tree | 1f149e830c42fc005001f411bbc936be204b58c5 /services/blog/static/style.css | |
| parent | a7cd871b183679a8fe5287155283d23bff9d5d56 (diff) | |
| download | nsfisis.dev-36e0a3f8486bb2a8b288694dcf460a75d0517f57.tar.gz nsfisis.dev-36e0a3f8486bb2a8b288694dcf460a75d0517f57.tar.zst nsfisis.dev-36e0a3f8486bb2a8b288694dcf460a75d0517f57.zip | |
feat(blog/nuldoc): show entry tags in list page
Diffstat (limited to 'services/blog/static/style.css')
| -rw-r--r-- | services/blog/static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/blog/static/style.css b/services/blog/static/style.css index 3c24f043..e0b2de53 100644 --- a/services/blog/static/style.css +++ b/services/blog/static/style.css @@ -146,6 +146,13 @@ blockquote { border: none; } +.entry-tags { + display: block; + list-style: none; + padding: 0; + margin: 0.5rem 0 0; +} + code { background-color: #f5f5f5; padding: 2px 5px; |
