Code for my personal website

style: add border to header

+2 -2
+2 -2
src/styles/globals.css
··· 25 25 26 26 header { 27 27 @apply fixed top-0 left-0 right-0 z-50 py-5; 28 - @apply bg-stone-100/75 dark:bg-stone-900/25; 29 - @apply backdrop-blur-sm saturate-200; 28 + @apply bg-stone-100 dark:bg-stone-900; 29 + @apply border-b border-stone-900/10 dark:border-stone-100/10; 30 30 } 31 31 32 32 main {