Feat(Hint): Support dark mode

This commit is contained in:
2024-10-23 14:37:43 +08:00
parent dbce6b9cf2
commit 1cdd1e5a93
40 changed files with 567 additions and 554 deletions

View File

@@ -7,7 +7,7 @@ export default createGlobalStyle(() => ({
li: { listStyle: 'none' },
img: { border: 0, verticalAlign: 'middle' },
button: { cursor: 'pointer' },
a: { color: '#666', textDecoration: 'none' },
a: { color: '#666', textDecoration: 'none', whiteSpace: 'nowrap' },
'button, input': {
fontFamily:
'Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\\5B8B\\4F53", sans-serif',