mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-21 15:31:44 +01:00
Working on dynamic theme
This commit is contained in:
@@ -48,9 +48,9 @@ export const useTheme = () => {
|
||||
case ColorsTheme.YELLOW:
|
||||
return 'bg-yellow-500'
|
||||
case ColorsTheme.BLACK:
|
||||
return 'bg-black dark:(bg-white text-black) text-white'
|
||||
return 'bg-black dark:bg-white dark:text-black text-white'
|
||||
case ColorsTheme.WHITE:
|
||||
return 'bg-black dark:(bg-white text-black) text-white'
|
||||
return 'bg-black dark:bg-white dark:text-black text-white'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user