Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 8a75895

Browse files
committed
fixed github color
1 parent fff7f9a commit 8a75895

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/buttons/GithubButton.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ const Container = styled.button`
5454
transition: 0.3s ease all;
5555
5656
&:hover {
57-
[data-theme="dark"] {
58-
color: #000000;
59-
background-color: #ebe2fc;
60-
}
61-
6257
color: #ffffff;
63-
background-color: #1c1122;
58+
background-color: var(--ifm-color-primary-darkest);
6459
}
6560
`;

0 commit comments

Comments
 (0)