Louis/theme cleanup (#582)
* lightmode * diagonal bg * contrast * diffs * colors * fix darkmode * lint
This commit is contained in:
committed by
GitHub
parent
5538d4bbca
commit
1a1add7618
@@ -31,6 +31,12 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
backgroundImage: {
|
||||
'diagonal-lines': `
|
||||
repeating-linear-gradient(-45deg, hsl(var(--border) / 0.4) 0 2px, transparent 1px 12px),
|
||||
linear-gradient(hsl(var(--background)), hsl(var(--background)))
|
||||
`,
|
||||
},
|
||||
ringColor: {
|
||||
DEFAULT: 'hsl(var(--primary))', // e.g. Tailwind's blue-500
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user