Skip to content

Commit

Permalink
fix: accent color for Aplos text in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 22, 2024
1 parent ab7ff2b commit 96493e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 2.5rem;

@media (prefers-color-scheme: dark) {
background: linear-gradient(95deg, #ff686b 32.27%, #ffadaf 68.51%);
background: linear-gradient(95deg, #55b458 32.27%, #a7ffaa 68.51%);
background-clip: text;
-webkit-text-fill-color: transparent;
}
Expand Down

0 comments on commit 96493e6

Please sign in to comment.