From 261e9fdbe0837cfc2802deecf0196777c53f27e6 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 11:52:03 -0500 Subject: [PATCH 01/10] =?UTF-8?q?=E2=9C=A8=20Remove=20custom=20scrollbar?= =?UTF-8?q?=20styles=20from=20globals.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/globals.scss b/app/globals.scss index 64e7ae8a..274df816 100644 --- a/app/globals.scss +++ b/app/globals.scss @@ -59,10 +59,6 @@ li { } } -::-webkit-scrollbar { - width: 10px; -} - .dropbtn { background-color: #04AA6D; color: white; From 1ebf57af8f7c99dcfcc5db3ca5d27fff94711be7 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 11:56:23 -0500 Subject: [PATCH 02/10] t --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index a7741c40..9f69ac4a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -30,7 +30,7 @@ export default function Home() { console.log(message); return ( -
+

I'm @GameLord2011 From d3fea7ba13dd9b7b5c1e60461770a6929ed76b6b Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 12:02:59 -0500 Subject: [PATCH 03/10] =?UTF-8?q?=E2=9C=A8=20Adjust=20layout=20of=20user?= =?UTF-8?q?=20information=20display=20in=20Home=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 9f69ac4a..ea221933 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -31,7 +31,7 @@ export default function Home() { console.log(message); return (

-
+

I'm @GameLord2011

From 640891abf22c404431a769a8babbc5f74de5e3f8 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 12:06:49 -0500 Subject: [PATCH 04/10] =?UTF-8?q?=E2=9C=A8=20Add=20padding=20to=20user=20i?= =?UTF-8?q?nformation=20display=20in=20Home=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index ea221933..6f0d82a5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -31,7 +31,7 @@ export default function Home() { console.log(message); return (
-
+

I'm @GameLord2011

From d3b63adc86d909839892a6a7cf1d663150b3e7cf Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 12:19:00 -0500 Subject: [PATCH 05/10] =?UTF-8?q?=E2=9C=A8=20Update=20border=20styles=20fo?= =?UTF-8?q?r=20user=20information=20display=20in=20Home=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 6f0d82a5..a2ce2496 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -31,9 +31,9 @@ export default function Home() { console.log(message); return (
-
+

- I'm @GameLord2011 + I'm @GameLord2011

From da667bf651960b0ed78daea5d39bc7805ebab173 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 14:14:05 -0500 Subject: [PATCH 06/10] =?UTF-8?q?=E2=9C=A8=20Update=20border=20color=20for?= =?UTF-8?q?=20user=20information=20display=20in=20Home=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index a2ce2496..7e2c7908 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -33,7 +33,7 @@ export default function Home() {

- I'm @GameLord2011 + I'm @GameLord2011

From e39bba963580ec40dea52f72b74bc7aa7e89e40b Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 14:20:48 -0500 Subject: [PATCH 07/10] =?UTF-8?q?=E2=9C=A8=20Update=20minimum=20width=20fo?= =?UTF-8?q?r=20dropdown=20menu=20in=20globals.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.scss b/app/globals.scss index 274df816..f59997d4 100644 --- a/app/globals.scss +++ b/app/globals.scss @@ -81,7 +81,7 @@ li { display: none; position: absolute; background-color: #f1f1f1; - min-width: 160px; + min-width: 150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } From 9249e7ae75c8067915e5321851aba885fa220291 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 14:23:31 -0500 Subject: [PATCH 08/10] =?UTF-8?q?=E2=9C=A8=20Update=20dropdown=20button=20?= =?UTF-8?q?and=20marker=20colors=20to=20use=20foreground=20variable=20in?= =?UTF-8?q?=20globals.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/globals.scss b/app/globals.scss index f59997d4..337511c5 100644 --- a/app/globals.scss +++ b/app/globals.scss @@ -55,13 +55,13 @@ body { li { &::marker{ content: "\2623 "; - color: white; + color: var(--foreground); } } .dropbtn { background-color: #04AA6D; - color: white; + color: var(--foreground); padding: 16px; font-size: 16px; border: none; From 268c75881d2f2379f3530a51ca0074b3efa4b6a9 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 14:28:34 -0500 Subject: [PATCH 09/10] =?UTF-8?q?=E2=9C=A8=20Add=20navigation=20background?= =?UTF-8?q?=20and=20hover=20background=20variables=20in=20globals.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/globals.scss b/app/globals.scss index 337511c5..dfab80d5 100644 --- a/app/globals.scss +++ b/app/globals.scss @@ -17,6 +17,8 @@ --foreground: #171717; --highlight-bg: #01d101; --highlight-fg: #ededed; + --nav-bkg: #f1f1f1; + --nav-hvr-bkg: #ddd; } @@ -27,6 +29,8 @@ --foreground: #ededed; --highlight-bg: #006400; --highlight-fg: #000; + --nav-bkg: #333; + --nav-hvr-bkg: #444; } } @@ -80,7 +84,7 @@ li { .dropdown-content { display: none; position: absolute; - background-color: #f1f1f1; + background-color: var(--nav-bkg); min-width: 150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; @@ -88,7 +92,7 @@ li { /* Links inside the dropdown */ .dropdown-content a { - color: black; + color: var(--foreground); padding: 12px 16px; text-decoration: none; display: block; @@ -96,7 +100,7 @@ li { /* Change color of dropdown links on hover */ .dropdown-content a:hover { - background-color: #ddd; + background-color: var(--nav-hvr-bkg); } /* Show the dropdown menu on hover */ From 7a312940f90265e17a6b6ed5a62caae1e1099164 Mon Sep 17 00:00:00 2001 From: GameLord2011 Date: Tue, 14 Jan 2025 14:44:49 -0500 Subject: [PATCH 10/10] =?UTF-8?q?=E2=9C=A8=20Add=20CNAME=20file=20for=20cu?= =?UTF-8?q?stom=20domain=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CNAME | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..cddcb641 --- /dev/null +++ b/CNAME @@ -0,0 +1,2 @@ +ns1.vercel-dns.com +ns2.vercel-dns.com \ No newline at end of file