Skip to content

Commit

Permalink
update some link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra committed Aug 7, 2024
1 parent 3f7f23b commit a8dccf0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@

--ifm-navbar-background-color: #000000;
--ifm-navbar-link-color: #FFFFFF;
}
--ifm-navbar-link-hover-color: var(--color-accent-1);

.navbar__link:hover {
opacity: 0.6;
--ifm-link-hover-color: var(--color-accent-1);
}

.header-github-link:hover {
Expand All @@ -59,6 +58,7 @@

.button-primary:hover {
background-color: var(--color-accent-1);
color: black;
}

.button-accent {
Expand All @@ -71,5 +71,6 @@
}

.button-accent:hover {
background-color: white;
color: black;
background-color: var(--color-accent-1);
}

0 comments on commit a8dccf0

Please sign in to comment.