Skip to content

Commit

Permalink
links: fix CSS when link inside flashed message
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 20, 2023
1 parent fc988c1 commit 3b792fc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,13 @@ ul.navbar-menu:not(.active) {
}
}

a{
a {
color: #dbeaff;
}

.flashed a {
color: inherit; /* Reset the color to inherit from parent */
}
}

.toggle {
Expand Down

0 comments on commit 3b792fc

Please sign in to comment.