Skip to content

Commit

Permalink
drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Oct 31, 2023
1 parent b583cbc commit 9024e6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,12 @@ header p {
color: var(--primary-color-medium);
}

.nav a.menu:hover:after {
--focus-color-rgb: 82,168,0;
border-top: 4px solid rgba(var(--focus-color-rgb),1);
text-shadow: 0 1px 3px hsla(var(--border-color-low-hsl),.01),0 0 8px rgba(var(--focus-color-rgb),0.6);
}

.nav .dropdown-menu {
background-color: rgba(48,48,48,0.8);
backdrop-filter: blur(2.5px);
Expand Down

0 comments on commit 9024e6a

Please sign in to comment.