Skip to content

Commit

Permalink
Update HomeHeroComponent.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCZ23 authored Oct 15, 2024
1 parent d146fb4 commit eda280b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/theme/components/HomeHeroComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ const colors = ['transparent', '#1549e6', '#f00'];


<style scoped>
:root{
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(190deg, #f00 0%, #ffe2e2, #e3deff, #00f 100%);}
.hero-container {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit eda280b

Please sign in to comment.