Update minimal.css to use new color scheme
This commit is contained in:
parent
843f011926
commit
78dca422a2
1 changed files with 12 additions and 2 deletions
|
@ -6,10 +6,20 @@ body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
color: #ddd;
|
color: #cad3f5;
|
||||||
background-color: #333;
|
background-color: #181926;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.gb-entry_details tr td {
|
table.gb-entry_details tr td {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
|
||||||
|
html { color-scheme: dark; }
|
||||||
|
body { color: #cad3f5; background-color: #181926; }
|
||||||
|
h1, h2, ul, p { margin: 0; }
|
||||||
|
h1 { font-weight: normal; }
|
||||||
|
ul { padding: 5px 30px; }
|
||||||
|
a { color: #8aadf4; text-decoration: none; }
|
||||||
|
a:hover { text-decoration: underline; }
|
||||||
|
code { font-family: monospace; font-size: 24px; }
|
||||||
|
|
Loading…
Reference in a new issue