Skip to content

Commit

Permalink
feat: Add dark mode styling to title element
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Mar 16, 2024
1 parent fe9e8fa commit c10e2ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/.vitepress/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ $color-accent: #D16014; //D62839
#title {
margin: 0px;
color: var(--color-accent);

@media (prefers-color-scheme: dark) {
background: linear-gradient(95deg, #ff8330 32.27%, #f4bd98 68.51%);
background-clip: text;
-webkit-text-fill-color: transparent;
}
}

#aeolus,
Expand Down

0 comments on commit c10e2ce

Please sign in to comment.