From cc8bdb868f6c74b2ba4b9e7e8aec904629cd2925 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Sun, 28 Dec 2025 10:02:16 +0400 Subject: Fix hover background thingy on discord icon --- src/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/css') diff --git a/src/css/custom.css b/src/css/custom.css index 7e9c0e1..a0d9c18 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -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); -} +} \ No newline at end of file -- cgit v1.2.3