fix: disable light mode, return all repos from search

This commit is contained in:
2026-01-22 17:31:46 -08:00
parent d9622ea451
commit 496ed2cb00
3 changed files with 17 additions and 23 deletions

View File

@@ -35,7 +35,7 @@
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
color-scheme: dark;
color: rgba(255, 255, 255, 0.87);
/* background-color: #242424; */
@@ -159,17 +159,17 @@ button:focus-visible {
animation: grow-out 150ms ease-out;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
a:default:hover {
color: #747bff;
}
button:default {
background-color: #f9f9f9;
}
}
/* @media (prefers-color-scheme: light) { */
/* :root { */
/* color: #213547; */
/* background-color: #ffffff; */
/* } */
/**/
/* a:default:hover { */
/* color: #747bff; */
/* } */
/**/
/* button:default { */
/* background-color: #f9f9f9; */
/* } */
/* } */