Here goes something
This commit is contained in:
commit
a7d944bbd4
16 changed files with 2700 additions and 0 deletions
26
static/style.css
Normal file
26
static/style.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
* {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
}
|
||||
|
||||
footer div {
|
||||
margin: 20px 0;
|
||||
text-align: center;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
background-color: #222222;
|
||||
color: #f1e9e5;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue