Skip to content

Commit

Permalink
Use accent color for hover highlight background instead of the blue c…
Browse files Browse the repository at this point in the history
…olor. Keep text color of link the normal text color.
  • Loading branch information
ctsrc committed Aug 27, 2024
1 parent eb6cf0b commit 318ee78
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions webui-src/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,10 @@
color-scheme: dark;
}

a, a:active, a:visited {
a, a:hover, a:active, a:visited {
color: var(--color-text);
}

a:hover {
color: var(--color-accent);
}

#header-main {
background-color: var(--color-primary);
}
Expand Down Expand Up @@ -276,7 +272,7 @@ a[data-file] {
}

a[data-file]:hover {
background: hsl(208, 55%, 45%);
background: var(--color-accent);
}

/*
Expand Down

0 comments on commit 318ee78

Please sign in to comment.