Make dark text a bit darker

This commit is contained in:
Sakura Knoll
2022-07-18 13:00:02 +09:00 Unverified
parent efbd3e447e
commit 3ab2e04a87
+1 -1
View File
@@ -32,7 +32,7 @@ export const theme: Theme = {
...colors, ...colors,
white: '#fff', white: '#fff',
black: '#000', black: '#000',
text: '#dedede', text: '#d0d0d0',
background: '#202124', background: '#202124',
primary: colors.blue[4], primary: colors.blue[4],
secondary: '#6c757d', secondary: '#6c757d',