diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-07-02 15:21:24 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-07-02 15:21:24 -0300 |
commit | 9c11308ace82c024ddb0223d9ffeb742d86ad927 (patch) | |
tree | 8dd13e11c64b1e0a31b6a14b1e49a446a78c0921 /src/static | |
parent | 5e3042d2e37e835bffef477b4003aa323e1e66d8 (diff) |
htmlify album pages prettify-lint
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css index d80c57c5..328ef7d0 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -165,7 +165,8 @@ a:hover { font-weight: 800; } -.nav-links-index > span:not(:first-child):not(.no-divider)::before { +.nav-links-index > span:not(:first-child):not(.no-divider)::before, +.nav-links-groups > span:not(:first-child):not(.no-divider)::before { content: "\0020\00b7\0020"; font-weight: 800; } |