Updated theme

This commit is contained in:
2025-02-17 06:46:59 +01:00
parent fa86b26f46
commit 4a571e1944
2 changed files with 75 additions and 7 deletions

View File

@@ -117,6 +117,9 @@ module.exports = {
white: 'rgb(var(--color-light))',
black: 'rgb(var(--color-dark))'
},
textColor:{
diffcolor: 'rgb(var(--color-diffcolor, var(--color-light)))'
},
animation: {
'shimmer': 'shimmer 2s linear infinite',
}