aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-01 16:32:41 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-01 16:32:41 -0500
commita0485ad26353a08562c13c14ea9de73fd705f9de (patch)
tree1bc499c572e3642b769f7391f493d972a8a749d9 /styles/globals.css
parent0349923dd0a970f009ce7ca54881f8c398c67100 (diff)
downloadpersonal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz
personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2
personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip
Initial Rewrite
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/styles/globals.css b/styles/globals.css
deleted file mode 100644
index 13a193b..0000000
--- a/styles/globals.css
+++ /dev/null
@@ -1,19 +0,0 @@
-@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css');
-
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-@layer components {
- .link {
- @apply text-blue-500 hover:text-blue-300 active:text-blue-100
- }
-
- .button {
- @apply bg-btn-gray sm:py-4 sm:px-10 py-2 px-5 rounded-lg hover:bg-gray-700 transition ease-in-out hover:border-2 hover:border-white active:bg-gray-300 hover:scale-95 active:scale-75 shadow-lg
- }
-
- .announcement {
- @apply py-4 px-5 bg-gray-600 font-bold rounded-lg border-2 border-white
- }
-}