Skip to content

Commit eee0df3

Browse files
committed
config: add custom dark color to tailwind config
1 parent c37c4ce commit eee0df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
danger: '#ff3b30',
2222
success: '#34c759',
2323
info: '#32ade6',
24+
customDark: "rgb(31, 31, 35)",
2425
},
2526
maxWidth: {
2627
'header-nav': '39rem',

0 commit comments

Comments
 (0)