diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 21:35:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 21:35:52 -0400 |
| commit | 5508880c4c3140f29651bcbbc568795ac1427b92 (patch) | |
| tree | 5796633b4bb48f2e3e172108b769c60bf94b3bed /styles | |
| parent | ee483d8b6f31024c33576e47225bd8330c6eb8bf (diff) | |
| download | personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.tar.gz personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.tar.bz2 personal-website-5508880c4c3140f29651bcbbc568795ac1427b92.zip | |
Added more info in the footer
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/globals.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css index 62b5694..1a800d7 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -28,6 +28,10 @@ @layer components { .link { - @apply text-blue-600 hover:text-blue-300 + @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 } } |
