Adds SVG for all social network icons

This commit is contained in:
2025-02-13 00:22:40 -05:00
parent be06638582
commit d2e5810736
29 changed files with 422 additions and 521 deletions

View File

@@ -13,7 +13,7 @@
--h-surface: #252829;
--h-on-surface: #e2e5e9;
--h-primary: #1B1B1F;
--h-on-primary: #c5c8c8;
--h-on-primary: #e2e5e9;
--h-secondary: #e7e5ea;
--h-on-secondary: #000000;
--h-tertiary: #272A44;
@@ -45,7 +45,7 @@
}
div.card {
@apply w-[800px];
@apply w-[1024px];
@apply rounded-xl p-10 m-4;
@apply bg-hSurface text-hOnSurface;
}