From 4d1af12f90f6638faa3209d4be61614ad263e8d2 Mon Sep 17 00:00:00 2001 From: Justin Wagner Date: Fri, 22 Nov 2024 14:15:52 -0600 Subject: [PATCH] update: Fri Nov 22 08:15:52 PM UTC 2024 - Copied from dev theme to theme repo. --- assets/css/main.css | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 68a080b..14a9c81 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5,34 +5,4 @@ /* Custom styles */ @layer components { @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap'); - - body { - @apply bg-white text-neutral-900 dark:bg-neutral-900 dark:text-white; - } -} - -@layer utilities { - .custom-scrollbar { - /* For Webkit browsers (Chrome, Safari) */ - &::-webkit-scrollbar { - width: 8px; - } - - &::-webkit-scrollbar-track { - background: theme('colors.hacking-midnight.DEFAULT'); - } - - &::-webkit-scrollbar-thumb { - background-color: theme('colors.hacking-violet.DEFAULT'); - border-radius: 4px; - } - - &::-webkit-scrollbar-thumb:hover { - background-color: theme('colors.hacking-violet.light'); - } - - /* For Firefox */ - scrollbar-width: thin; - scrollbar-color: theme('colors.hacking-violet.DEFAULT') theme('colors.hacking-midnight.DEFAULT'); - } -} +} \ No newline at end of file