turn off light mode for now

can probably do it but it needs an effort

Changed files
+2 -2
atproto-notifications
src
+2 -2
atproto-notifications/src/index.css
··· 39 39 } 40 40 41 41 @media (prefers-color-scheme: light) { 42 - :root { 42 + /* :root { 43 43 color: #213547; 44 44 background-color: #ffffff; 45 45 } ··· 48 48 } 49 49 button { 50 50 background-color: #f9f9f9; 51 - } 51 + }*/ 52 52 }