Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca8b743

Browse files
chore(website): fix border-shadow color in dark mode (typescript-eslint#5703)
1 parent 2eb7035 commit ca8b743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/website/src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ html[data-theme='dark']:root {
6262

6363
--docsearch-muted-color: #aaa;
6464
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
65+
66+
--gray-border-shadow: var(--ifm-color-secondary-dark);
6567
}
6668

6769
.header-github-link:hover {

0 commit comments

Comments
 (0)