diff --git a/src/app/styles/globals.css b/src/app/styles/globals.css index 8d8ce81..acdc3a1 100644 --- a/src/app/styles/globals.css +++ b/src/app/styles/globals.css @@ -87,35 +87,35 @@ body { } } -/*@layer base {*/ -/* * {*/ -/* @apply border-border;*/ +@layer base { + * { + @apply border-border; -/* !* Scrollbar (Firefox) *!*/ -/* scrollbar-color: hsl(var(--accent)) hsl(var(--background));*/ -/* scrollbar-width: thin;*/ -/* }*/ + /* Scrollbar (Firefox) */ + scrollbar-color: hsl(var(--accent)) hsl(var(--background)); + scrollbar-width: thin; + } -/* body {*/ -/* @apply bg-background text-foreground;*/ -/* }*/ -/*}*/ + body { + @apply bg-background text-foreground; + } +} -/*!* Scrollbar (Chrome & Safari) *!*/ -/*@layer base {*/ -/* ::-webkit-scrollbar {*/ -/* @apply w-1.5;*/ -/* }*/ +/* Scrollbar (Chrome & Safari) */ +@layer base { + ::-webkit-scrollbar { + @apply w-1.5; + } -/* ::-webkit-scrollbar-track {*/ -/* @apply bg-inherit;*/ -/* }*/ + ::-webkit-scrollbar-track { + @apply bg-inherit; + } -/* ::-webkit-scrollbar-thumb {*/ -/* @apply bg-accent rounded-3xl;*/ -/* }*/ + ::-webkit-scrollbar-thumb { + @apply bg-accent rounded-3xl; + } -/* ::-webkit-scrollbar-thumb:hover {*/ -/* @apply bg-opacity-80;*/ -/* }*/ -/*}*/ \ No newline at end of file + ::-webkit-scrollbar-thumb:hover { + @apply bg-opacity-80; + } +} \ No newline at end of file