diff options
| author | Lyssa | 2025-12-28 06:02:16 +0000 |
|---|---|---|
| committer | Lyssa | 2025-12-28 06:02:16 +0000 |
| commit | cc8bdb868f6c74b2ba4b9e7e8aec904629cd2925 (patch) | |
| tree | f37d8be7f3b54eb183771e4fd8d7ec1597eec729 /src | |
| parent | 6be7484ebfefcad98c029ce04d0fece92f2af420 (diff) | |
| download | massgrave.dev-cc8bdb868f6c74b2ba4b9e7e8aec904629cd2925.zip | |
Fix hover background thingy on discord icon
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/custom.css | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
