Skip to content

Commit f0b6f6b

Browse files
committed
remove hardcoded white color
1 parent f110a9c commit f0b6f6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/altair-docs/.vitepress/theme/custom.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ p {
5757
background-color: var(--vp-code-copy-code-bg);
5858
color: var(--vp-code-copy-code-active-text);
5959
border: 1px solid var(--vp-code-copy-code-border-color);
60-
color: white;
6160
padding: 5px 10px;
6261
border-radius: 5px;
6362
transition: all 0.3s ease;

0 commit comments

Comments
 (0)