More runes
This commit is contained in:
parent
9e5d331017
commit
af6d8e92f2
18 changed files with 867 additions and 464 deletions
23
runes/style.css
Executable file
23
runes/style.css
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
font-family: monospace;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
body.index {
|
||||
max-width: 400px !important;
|
||||
}
|
||||
|
||||
h1, h2, .center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
padding: 8px;
|
||||
max-width: 40px;
|
||||
max-height: 60px;
|
||||
filter: invert(100%);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue