Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Jan 23, 2024
1 parent f1d202e commit 42aa9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import DefaultTheme from 'vitepress/theme';
import './theme.css';

export default {
extends: DefaultTheme,
};
export default DefaultTheme;
3 changes: 3 additions & 0 deletions docs/.vitepress/theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
--vp-button-brand-bg: var(--vp-c-brand-1);
--vp-button-brand-hover-bg: #d56e00;
--vp-button-brand-active-bg: #ce5900;

--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: linear-gradient(to bottom right, #ffac52 0%, #f07c00 100%);
}

0 comments on commit 42aa9f3

Please sign in to comment.