git-repo-search/style.css

16 lines
184 B
CSS
Raw Normal View History

2025-01-06 00:48:11 +00:00
:root {
color-scheme: light dark;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
height: 100vh;
line-height: 1.6em;
max-width: 1000px;
margin: auto;
}