Skip to content

Commit

Permalink
fix: dark mode, reuse info block
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Jun 12, 2024
1 parent d0bfc40 commit bb20ce8
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 181 deletions.
5 changes: 0 additions & 5 deletions .vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ span.font-setting-ss02 {
border: 0px;
}

.custom-block.info {
background: #FAFBFE;
border: 1px solid #F0F3FF;
}

/* @todo move to global theme */
.h-label {
text-transform: uppercase !important;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"@shopware-ag/meteor-icon-kit": "^5.2.0",
"cross-env": "^7.0.3",
"terser": "^5.27.2",
"vitepress": "1.0.0-rc.45",
"vitepress-shopware-docs": "^1.1.32",
"vitepress": "^1.2.3",
"vitepress-shopware-docs": "^1.1.41",
"vue": "^3.4.19"
},
"devDependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@originjs/vite-plugin-require-context": "^1.0.9",
"@playwright/test": "^1.41.2",
"@shopware-docs/cli": "^1.1.32",
"@shopware-docs/storybook": "^1.1.32",
"@shopware-docs/vitepress": "^1.1.32",
"@shopware-docs/vitest": "^1.1.31",
"@shopware-docs/cli": "^1.1.41",
"@shopware-docs/storybook": "^1.1.41",
"@shopware-docs/vitepress": "^1.1.41",
"@shopware-docs/vitest": "^1.1.41",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-interactions": "^7.6.15",
"@storybook/addon-links": "^7.6.17",
Expand Down
Loading

0 comments on commit bb20ce8

Please sign in to comment.