my website, hosted on wisp.place
0
fork

Configure Feed

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

chore: darker background for mobile

intergrav 7491b5c9 409b1e1a

+12
+12
src/styles/global.css
··· 28 28 a { 29 29 color: #cba28e; 30 30 } 31 + 32 + /* mobile devices: make background darker for oled screens */ 33 + @media (max-width: 32rem) { 34 + :root { 35 + --sc_prose_background-color:rgb(18, 17, 17); 36 + --sc_prose_border-color: #47413f; 37 + } 38 + 39 + body { 40 + background-color: rgb(0, 0, 0); 41 + } 42 + } 31 43 } 32 44 33 45 /* fonts */