Skip to content

Commit

Permalink
Merge pull request #969 from bavix/consecration
Browse files Browse the repository at this point in the history
logo consecration
  • Loading branch information
rez1dent3 authored Jul 6, 2024
2 parents c13a4df + 2c2c330 commit 8762dcc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
:root {
--vp-home-hero-image-background-image: linear-gradient(-44deg, #ec9333 50%, #f1f09c 50%);
--vp-home-hero-image-filter: blur(46px);
}

@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(50px);
}
}

@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(75px);
}
}
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import DefaultTheme from 'vitepress/theme'
import './custom.css'

export default DefaultTheme

0 comments on commit 8762dcc

Please sign in to comment.