Skip to content

Commit

Permalink
more contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Mar 23, 2024
1 parent 202b582 commit 8e6e9d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ ol {

li {
line-height: 18px;
color: var(--text-color-medium)
color: var(--text-color-high);
}

ul.unstyled {
Expand Down 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 8e6e9d6

Please sign in to comment.