Skip to content

Commit

Permalink
feat: ✨ update primaryColor
Browse files Browse the repository at this point in the history
- 更新主题色
  • Loading branch information
AhJindeg committed Aug 30, 2024
1 parent 90c1b49 commit 099ad1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vuepress/recoTheme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import navbar from './navbar'
import series from './series'

export const theme = recoTheme({
colorMode: 'light',
style: '@vuepress-reco/style-default',
primaryColor: '#4d9375',
primaryColor: '#000000',
author: 'AhJindeg',
authorAvatar: '/head.png',
home: '/',
Expand Down
12 changes: 10 additions & 2 deletions .vuepress/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
}

.navbar-container {
background-color: rgb(255 255 255 / 0.5) !important;
background-color: rgb(255 255 255 / 0.6) !important;
}

.home-wrapper > .banner-brand__wrapper > .banner-brand__content > .title {
--tw-gradient-form: rgba(255 255 255 / 0.8) !important;
}

.magic-card::before {
background: radial-gradient(200px circle at var(--x) var(--y), #000 0, #000 50%, transparent 100%) !important;
}

.dark .navbar-container {
background-color: rgb(22 22 23 / 0.6) !important;
}
}

0 comments on commit 099ad1c

Please sign in to comment.