Skip to content

Commit

Permalink
Add different gradient for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaa committed Oct 20, 2024
1 parent 725a64a commit 53a19af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stylesheets/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[data-md-color-scheme="slate"] {
#homepage-title {
background: linear-gradient(to right, #bb00ff, #00d0ff);
background: linear-gradient(to right, #c013ff, #00eeff);
background-clip: text;
color: transparent;
}
Expand Down

0 comments on commit 53a19af

Please sign in to comment.