mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-10 10:11:20 +00:00
8 lines
344 B
CSS
8 lines
344 B
CSS
body{font-family:sans-serif;margin:0 auto;max-width:75ch;padding:10px;}
|
|
pre{overflow:auto;}
|
|
table{border-collapse:collapse;width:100%;}
|
|
table tbody tr:nth-of-type(even) td{background:#f9f9f9;}
|
|
table tbody tr.size-section td{background:#191919;color:white;}
|
|
@media (prefers-color-scheme: dark) {
|
|
body{background:#191919;filter:invert(1);}
|
|
}
|