diskfloppy.me/public/css/minimal.css
Frankie B 8c0a2a6383 Merge fixes into v5.5 branch (#12)
---------
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
2023-07-29 18:10:50 +01:00

16 lines
213 B
CSS

html {
color-scheme: dark;
}
body {
font-family: sans-serif;
margin: 0;
margin-left: 10px;
color: #ddd;
background-color: #333;
}
table.gb-entry_details tr td {
padding-right: 5px;
}