1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-16 09:51:21 +00:00

Adjust nav link size

This commit is contained in:
Jonah Aragon 2024-09-09 00:11:13 -05:00
parent 7627fd3f00
commit cb3152ba4f
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -52,13 +52,14 @@
} }
.custom-header-links .headerLink { .custom-header-links .headerLink {
font-size: .85rem; font-size: .88rem;
opacity: 0.6; opacity: 0.6;
padding: 6px 10px; padding: 6px 10px;
} }
.custom-header-links .headerLink a { .custom-header-links .headerLink a {
padding: 0; padding: 0;
font-size: .88rem;
} }
body:not(.category-announcements-blog) .forum-custom-header-links > a { body:not(.category-announcements-blog) .forum-custom-header-links > a {