Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

adjust border color

+3
+1
src/components/NavBox.astro
··· 7 7 class:list={[ 8 8 "w-full", 9 9 "border-4", 10 + "border-surface2", 10 11 "mt-1", 11 12 "p-1", 12 13 "rounded-[12px]",
+2
src/layouts/NobbzDev.astro
··· 40 40 "flex-none", 41 41 "w-1/1", 42 42 "border-4", 43 + "border-surface2", 43 44 "p-1", 44 45 "rounded-[12px]", 45 46 "md:w-4/5", ··· 57 58 "flex-none", 58 59 "w-1/1", 59 60 "border-4", 61 + "border-surface2", 60 62 "mt-1", 61 63 "p-1", 62 64 "rounded-[12px]",