Skip to content

Commit

Permalink
Revert gradient to title and glowing
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Apr 9, 2024
1 parent 9f6cd05 commit 1dead3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/var
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
#ff875f 30%,
#ff875f
#0087d7
);

--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#0088d775 35%,
#0088d775 35%,
#0088d775
#0d8fdac1 35%,
#0d8fdac1 35%,
#0d8fdac1
);
--vp-home-hero-image-filter: blur(10px);
--vp-home-hero-image-filter: blur(20px);
}

@media (min-width: 640px) {
Expand Down

0 comments on commit 1dead3b

Please sign in to comment.