mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2026-07-16 01:51:08 +00:00
Fix hover background thingy on discord icon
This commit is contained in:
@@ -136,6 +136,10 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar__item.discord-button::before {
|
||||||
|
margin: 3px 0 0 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar__item.github-button::before {
|
.navbar__item.github-button::before {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
@@ -181,4 +185,4 @@ table {
|
|||||||
.tabs__item--active:hover {
|
.tabs__item--active:hover {
|
||||||
background-color: var(--ifm-color-primary-dark);
|
background-color: var(--ifm-color-primary-dark);
|
||||||
border-color: var(--ifm-color-primary-light);
|
border-color: var(--ifm-color-primary-light);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user