Frankie B
8c0a2a6383
--------- Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
16 lines
213 B
CSS
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;
|
|
}
|