1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 18:13:01 +05:30

(feat): implemented basic floating-bar in home page

This commit is contained in:
2023-11-03 21:49:55 +05:30
parent 6948e27e1d
commit 6835a31b27
4 changed files with 90 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ module.exports = {
accent_three: '#D9D9D9',
accent_four: '#ACCBDE',
accent_primary_transparent: 'rgba(56, 189, 248, 0.30)',
accent_secondary_transparent: 'rgba(255, 255, 255, 0.30)'
accent_secondary_transparent: 'rgba(255, 255, 255, 0.30)',
accent_primary_extratransparent: 'rgba(56, 189, 248, 0.15)',
},
extend: {},
},