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

Commit e20b0de

Browse files
committed
fix: remove unused css variables
1 parent 8fcccec commit e20b0de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/cssVariables.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const defaultCssVariables = {
2525
inlineCodeBackground: '#fdfaf6',
2626
loaderPrimaryColor: '#f3f3f3',
2727
loaderSecondaryColor: '#ecebeb',
28-
contentLinkBorder: '2px solid var(--border-color)',
29-
contentLinkHoverBorderColor: '#ccc',
3028
tableHeaderBackground: '#fafafa',
3129
tableHeaderColor: '#666'
3230
}

0 commit comments

Comments
 (0)