1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(fixed): working on section icon color not rendering + (feature): implemented dynamic socials section on footer

This commit is contained in:
2023-11-01 22:23:46 +05:30
parent 5edcf4c562
commit a6e11fc047
3 changed files with 20 additions and 36 deletions

View File

@@ -685,6 +685,10 @@ video {
margin-bottom: 5rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
@@ -809,10 +813,6 @@ video {
margin-top: 2.2rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.flex {
display: flex;
}
@@ -1258,31 +1258,6 @@ video {
font-weight: 400;
}
.text-\[\#38BDF8\] {
--tw-text-opacity: 1;
color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-\[\#3FF989\] {
--tw-text-opacity: 1;
color: rgb(63 249 137 / var(--tw-text-opacity));
}
.text-\[\#CD6CFB\] {
--tw-text-opacity: 1;
color: rgb(205 108 251 / var(--tw-text-opacity));
}
.text-\[\#DCDF3F\] {
--tw-text-opacity: 1;
color: rgb(220 223 63 / var(--tw-text-opacity));
}
.text-\[\#EC4B4B\] {
--tw-text-opacity: 1;
color: rgb(236 75 75 / var(--tw-text-opacity));
}
.text-accent_four {
--tw-text-opacity: 1;
color: rgb(172 203 222 / var(--tw-text-opacity));