Skip to content

Commit

Permalink
Add h1 coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Sep 15, 2024
1 parent ed1d193 commit 09ffbc2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .vitepress/theme/style/var.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
text-decoration: none;
}

/* h1 {
background:#e43498;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */
h1 {
background: -webkit-linear-gradient(-288deg, #306464 10%, #249599 15%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

:root {
--vp-custom-block-tip-bg: var(--vp-c-green-soft);
Expand Down

0 comments on commit 09ffbc2

Please sign in to comment.