Skip to content

Commit

Permalink
fix: tweak border color
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Oct 3, 2019
1 parent e0c3e70 commit aa8098a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/cssVariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const defaultCssVariables = {
warningColor: '#ff9800',
dangerColor: 'rgb(255, 0, 31)',
navLinkColor: '#2c3e50',
navLinkBorderColor: '#fff',
navLinkHoverBorderColor: '#e2e2e2',
navLinkBorderColor: 'var(--accent-color)',
codeBlockBackground: '#011627',
codeBlockTextColor: 'white',
codeBlockShadowColor: '#333',
Expand Down

0 comments on commit aa8098a

Please sign in to comment.