Skip to content

Commit

Permalink
docs: code highlight color (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Jul 20, 2022
1 parent a5d764a commit 3a8ccb0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/.vitepress/theme/styles/vars.css
Expand Up @@ -19,6 +19,18 @@
--vp-c-text-dark-2: rgba(235, 235, 235, 0.60);
}

/**
* Component: Code
* -------------------------------------------------------------------------- */

:root {
--vp-code-line-highlight-color: rgba(125, 125, 125, 0.2);
}

.dark {
--vp-code-line-highlight-color: rgba(0, 0, 0, 0.5);
}

/**
* Component: Button
* -------------------------------------------------------------------------- */
Expand Down

0 comments on commit 3a8ccb0

Please sign in to comment.