Skip to content

Commit

Permalink
chore: update rotki/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 4, 2024
1 parent 6441c08 commit d0719c1
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 450 deletions.
14 changes: 3 additions & 11 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,9 @@

:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
var(--vp-c-brand-1) 30%,
var(--vp-c-brand-1) 30%
);

--vp-home-hero-image-background-image: linear-gradient(
-45deg,
var(--vp-c-brand-1) 50%,
var(--vp-c-brand-1) 50%
);
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--vp-c-brand-1) 30%, var(--vp-c-brand-1) 30%);

--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand-1) 50%, var(--vp-c-brand-1) 50%);
--vp-home-hero-image-filter: blur(44px);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rotki/eslint-config": "3.0.0",
"@rotki/eslint-config": "3.2.1",
"@types/node": "20.16.10",
"@vue/compiler-sfc": "3.5.11",
"@vue/runtime-dom": "3.5.11",
Expand Down
Loading

0 comments on commit d0719c1

Please sign in to comment.