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 } 40 41 @media (prefers-color-scheme: light) { 42 - :root { 43 color: #213547; 44 background-color: #ffffff; 45 } ··· 48 } 49 button { 50 background-color: #f9f9f9; 51 - } 52 }
··· 39 } 40 41 @media (prefers-color-scheme: light) { 42 + /* :root { 43 color: #213547; 44 background-color: #ffffff; 45 } ··· 48 } 49 button { 50 background-color: #f9f9f9; 51 + }*/ 52 }