diff options
Diffstat (limited to 'services/blog/static')
| -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; |
