Fix hover background thingy on discord icon

This commit is contained in:
Lyssa
2025-12-28 10:02:16 +04:00
parent 6be7484ebf
commit cc8bdb868f

View File

@@ -136,6 +136,10 @@
justify-content: center;
}
.navbar__item.discord-button::before {
margin: 3px 0 0 0 !important;
}
.navbar__item.github-button::before {
margin: 0 !important;
}
@@ -181,4 +185,4 @@ table {
.tabs__item--active:hover {
background-color: var(--ifm-color-primary-dark);
border-color: var(--ifm-color-primary-light);
}
}