Skip to content

Commit

Permalink
adjust link color on dark theme to be less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckpuck committed Oct 8, 2024
1 parent b5a3eab commit 8de7ff1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ li a {
color: #007bff;
}

html[style*="color-scheme: dark;"] a {
color: #b5a4ff;
}

a:hover {
color: #0056b3;
}
Expand All @@ -22,6 +26,10 @@ a:hover {
margin-left: -30px;
}

html[style*="color-scheme: dark;"] .adastack-title {
color: #f3f4f6;
}

svg.adastack-logo {
padding: 13px;
}
Expand Down

0 comments on commit 8de7ff1

Please sign in to comment.