Skip to content

Commit

Permalink
docs: remove unnecessary anymore styles
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed May 6, 2023
1 parent 5cee02d commit d9f1d9c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
--vp-c-purple-dimm-3: #8c00ff80;
}

:not(html.dark):root {
--vp-code-block-bg: var(--vp-c-bg-soft);
--vp-code-line-highlight-color: var(--vp-c-purple-dimm-1);
--vp-code-tab-bg: var(--vp-c-bg-soft-down);
--vp-code-tab-text-color: var(--vp-c-text-light-2);
--vp-code-tab-active-text-color: var(--vp-c-black);
--vp-code-tab-hover-text-color: var(--vp-c-black);
--vp-code-tab-divider: var(--vp-c-bg-soft-down);
--vp-code-copy-code-active-text: var(--vp-c-text-color);
}

.vp-code-group .tabs label::after {
height: 3px;
border-radius: 100px;
Expand Down Expand Up @@ -65,10 +54,6 @@ html:not(.dark) .vp-doc .custom-block div[class*='language-'] {
border: 1px solid var(--vp-c-bg-soft-down);
}

html:not(.dark) .vp-doc [class*='language-'] > span.lang {
color: var(--vp-c-gray);
}

:root {
--vp-c-brand: var(--vp-c-purple);
--vp-c-brand-light: var(--vp-c-purple-light);
Expand Down

1 comment on commit d9f1d9c

@vercel
Copy link

@vercel vercel bot commented on d9f1d9c May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vintl – ./

vintl.vercel.app
vintl-git-main-vintl-dev.vercel.app
vintl-vintl-dev.vercel.app

Please sign in to comment.