diskfloppy.me/public/css/minimal.css

16 lines
215 B
CSS
Raw Normal View History

html {
color-scheme: dark;
}
body {
font-family: sans-serif;
margin: 0px;
margin-left: 10px;
color: #ddd;
background-color: #333;
}
2023-07-16 20:02:51 +00:00
table.gb_entry_details tr td {
padding-right: 5px;
}