Skip to content

Commit

Permalink
🎨Style: Add hover style for notice dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Sep 10, 2023
1 parent 4e579ff commit 54d4fac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/homepage/Notice.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@

[data-theme="dark"] .notice {
a {
color: var(--ifm-color-primary-lightest);
color: var(--ifm-color-primary-lighter);

&:hover {
text-decoration: underline;
color: var(--ifm-color-primary-lightest);
}
}
}

0 comments on commit 54d4fac

Please sign in to comment.