aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-15 11:21:27 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-15 11:21:27 -0400
commitf4f4a70aac0513362bcfb24adf4ac6cfa1607cb4 (patch)
treeb265a010ce3005c32e0cb7da5de4b9580993dfa8 /styles
parent63f5409acea0d3c748aeef0a2d939bc6c097b1fc (diff)
downloadpersonal-website-f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4.tar.gz
personal-website-f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4.tar.bz2
personal-website-f4f4a70aac0513362bcfb24adf4ac6cfa1607cb4.zip
Added a 404 page
Diffstat (limited to 'styles')
-rw-r--r--styles/Home.module.css32
-rw-r--r--styles/globals.css17
2 files changed, 5 insertions, 44 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css
deleted file mode 100644
index 07473ce..0000000
--- a/styles/Home.module.css
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-.container {
- padding: 0 2rem;
-}
-
-.landing {
- height: 100%;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- background-image: url("/temp-landing.png")
-}
-
-
-.landing {
- text-align: center;
-}
-
-.title {
- font-size: 200%;
-}
-
-.description {
-}
-
-.contact {
-}
-
-.text-center {
- text-align: center;
-}
-*/ \ No newline at end of file
diff --git a/styles/globals.css b/styles/globals.css
index 0f7a5fe..62b5694 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -26,15 +26,8 @@
}
-/*
-html,
-body {
- padding: 0;
- margin: 0;
- height: 100%;
- background-color: #484848;
- color: #FFFFFF;
- font-family: Hack;
- src: url("/ttf/Hack-Regular.ttf");
-
-}*/ \ No newline at end of file
+@layer components {
+ .link {
+ @apply text-blue-600 hover:text-blue-300
+ }
+}