commit 0e34e523c6e9f2ab5c29c713863da3986769965d parent 0283aa6cbea49d500d764c271c1379b56ab65534 Author: esdnm <beqlunel@protonmail.com> Date: Sun, 3 Jul 2022 23:25:26 +0600 Add middle-dot between tags in taglist Diffstat:
| M | static/style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -43,6 +43,10 @@ nav ul, footer ul, #taglist { margin: .5em; } +.taglist a:not(:last-child)::after { + content: " ยท "; +} + @media (min-width: 1200px) { nav {