my website, hosted on wisp.place
0
fork

Configure Feed

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

chore: move inline style to global

+12 -5
+1 -5
src/components/Header.astro
··· 1 1 <header style="text-align: center"> 2 - <h1 3 - style="font-family: 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive" 4 - > 5 - devins.page 6 - </h1> 2 + <h1>devins.page</h1> 7 3 <nav 8 4 style="border-block-end: 1px solid var(--sc_prose_border-color); padding-block-end: 1rem; margin-block-end: 2rem" 9 5 >
+11
src/styles/global.css
··· 1 + /* color palette */ 2 + 1 3 :root { 2 4 --sc_prose_background-color: #f2dccf; 3 5 --sc_prose_border-color: #bb9d99; ··· 28 30 } 29 31 } 30 32 33 + /* fonts */ 34 + 31 35 :root { 32 36 --sc_typography_font_sans-serif: 33 37 Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, ··· 46 50 h6 { 47 51 font-family: var(--sc_typography_font_serif); 48 52 } 53 + 54 + header h1 { 55 + font-family: 56 + "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive; 57 + } 58 + 59 + /* other */ 49 60 50 61 article { 51 62 margin-block: 1rem;