feat: light mode tweaks

This commit is contained in:
Henry
2024-04-01 23:11:56 +01:00
parent 61edeeb33b
commit c982bd7330
8 changed files with 64 additions and 62 deletions

View File

@@ -12,7 +12,8 @@ export default {
sm: "0.8rem",
},
boxShadow: {
'3xl': '0px 16px 70px rgba(0, 0, 0, 0.5)',
'3xl-dark': '0px 16px 70px rgba(0, 0, 0, 0.5)',
'3xl-light': 'rgba(0, 0, 0, 0.12) 0px 4px 30px, rgba(0, 0, 0, 0.04) 0px 3px 17px, rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.04) 0px 1px 1px'
},
colors: {
"dark-50": "#161616",