mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-04 12:04:58 +01:00
fix: use correct themes for tailwind typography
This commit is contained in:
@@ -122,6 +122,25 @@ module.exports = {
|
||||
"accordion-up": "accordion-up 0.2s ease-out",
|
||||
"collapsible-down": "collapsible-down 0.2s ease-in-out",
|
||||
"collapsible-up": "collapsible-up 0.2s ease-in-out",
|
||||
},
|
||||
typography: {
|
||||
DEFAULT: {
|
||||
css: {
|
||||
color: 'hsl(var(--foreground))',
|
||||
a: {
|
||||
color: 'hsl(var(--primary))',
|
||||
'&:hover': {
|
||||
color: 'hsl(var(--primary) / 0.8)',
|
||||
},
|
||||
},
|
||||
h1: {
|
||||
color: 'hsl(var(--foreground))',
|
||||
},
|
||||
h2: {
|
||||
color: 'hsl(var(--foreground))',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user