1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-15 17:31:14 +00:00

fix: Remove sidebar active bg color

This commit is contained in:
Jonah Aragon 2024-11-01 22:07:34 -05:00
parent 9389b7ef69
commit 8934b94029
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -273,3 +273,7 @@ body.crawler {
.extra-info-wrapper .header-title {
font-size: var(--font-up-1);
}
a.active.sidebar-section-link.sidebar-row {
background: none;
}