pushing Hero down a bit and adding active states in routed links

This commit is contained in:
ajaythapliyal
2023-02-24 16:41:58 +05:30
parent d1d478ea29
commit 9d13034b7a
3 changed files with 12 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ module.exports = {
'gray-alpha': 'rgba(0,0,0, .1)',
'gray-1000': '#F6F6F6',
'gray-2000': 'rgba(0, 0, 0, 0.5)',
'gray-3000': 'rgba(243, 243, 243, 1)',
'red-1000': 'rgb(254, 202, 202)',
'red-2000': '#F44336',
'red-3000': '#621B16',