Skip to content

Commit

Permalink
change nav color
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Mar 27, 2024
1 parent f2e54f8 commit f2dde1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,10 @@ header p {
border: solid 1px transparent;
}

.nav a:hover {
color: var(--focus-color-rgb);
}

.nav li:is(:hover,:active,:focus,:target,:focus-visible,:focus-within),.nav .dropdown:is(:hover,:active,:focus,:target,:focus-visible,:focus-within),.nav .cbi-dropdown[open]:is(:hover,:active,:focus,:target,:focus-visible,:focus-within) {
background: rgba(48,48,48,0.8);
backdrop-filter: blur(2.5px);
Expand Down

0 comments on commit f2dde1c

Please sign in to comment.