Skip to content

Commit

Permalink
Highlight title slide links on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Oct 5, 2024
1 parent e52dda5 commit 798aba0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/presentation/include/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ $highlight: #5692e4;
a.title-link {
color: var(--r-main-color);
}
a.title-link:hover {
color: var(--r-main-color);

#title-slide a:hover {
color: $highlight;
}

#section-title {
Expand Down

0 comments on commit 798aba0

Please sign in to comment.