Louis/theme cleanup (#582)

* lightmode

* diagonal bg

* contrast

* diffs

* colors

* fix darkmode

* lint
This commit is contained in:
Louis Knight-Webb
2025-08-28 16:34:55 +01:00
committed by GitHub
parent 5538d4bbca
commit 1a1add7618
31 changed files with 136 additions and 265 deletions

View File

@@ -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
},