Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit aa8098a

Browse files
committed
fix: tweak border color
1 parent e0c3e70 commit aa8098a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/cssVariables.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const defaultCssVariables = {
1919
warningColor: '#ff9800',
2020
dangerColor: 'rgb(255, 0, 31)',
2121
navLinkColor: '#2c3e50',
22-
navLinkBorderColor: '#fff',
23-
navLinkHoverBorderColor: '#e2e2e2',
22+
navLinkBorderColor: 'var(--accent-color)',
2423
codeBlockBackground: '#011627',
2524
codeBlockTextColor: 'white',
2625
codeBlockShadowColor: '#333',

0 commit comments

Comments
 (0)