From a312bf192c201fd97abe2f7d7a892e591533d790 Mon Sep 17 00:00:00 2001 From: 0xtr3 Date: Wed, 22 Jan 2025 22:25:10 +0000 Subject: [PATCH 1/4] Close 942. Changed global scroll bar colour from green #19aa6e50 to dark brown #402D28. --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 658e8786..654a94c1 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -78,7 +78,7 @@ a { /* Handle */ ::-webkit-scrollbar-thumb { - background: #19aa6e50; + background: #402D2850; border-radius: 10px; } From 6befa5288c82f91cc924c595d475fd10ed8b012b Mon Sep 17 00:00:00 2001 From: 0xtr3 Date: Wed, 22 Jan 2025 22:30:40 +0000 Subject: [PATCH 2/4] Changed global scroll bar colour back to #19aa6e50 so that I can push later. --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 654a94c1..658e8786 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -78,7 +78,7 @@ a { /* Handle */ ::-webkit-scrollbar-thumb { - background: #402D2850; + background: #19aa6e50; border-radius: 10px; } From 716a0177dceba0c410fe7bc4977e17eaabb22412 Mon Sep 17 00:00:00 2001 From: 0xtr3 Date: Wed, 22 Jan 2025 22:31:35 +0000 Subject: [PATCH 3/4] Close 942. Changed global scroll bar colour from green #19aa6e50 to dark brown #402D28. --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 658e8786..654a94c1 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -78,7 +78,7 @@ a { /* Handle */ ::-webkit-scrollbar-thumb { - background: #19aa6e50; + background: #402D2850; border-radius: 10px; } From cf49c5953f546e6161e1af26134bdb9bb9bfe08a Mon Sep 17 00:00:00 2001 From: 0xtr3 Date: Fri, 24 Jan 2025 09:01:26 +0000 Subject: [PATCH 4/4] Close 942. Changed global scroll bar colour from green #19aa6e50 to #402D2850 dark brown to #402D28. --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 654a94c1..3d863320 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -78,7 +78,7 @@ a { /* Handle */ ::-webkit-scrollbar-thumb { - background: #402D2850; + background: #402D28; border-radius: 10px; }