consistency fixes, placeholders

This commit is contained in:
2023-08-02 17:36:12 -05:00
parent be55fcf539
commit ba733113c1
8 changed files with 70 additions and 52 deletions

View File

@@ -15,6 +15,9 @@ module.exports = {
],
theme: {
extend: {
colors: {
'darkPlum': '#1e0631',
},
transitionTimingFunction: {
'quick-start': 'cubic-bezier(.17,.67,0,.89)',
},