1
0
Fork 0

More runes

This commit is contained in:
Lethe Beltane 2023-11-29 09:40:11 -06:00
parent 9e5d331017
commit af6d8e92f2
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
18 changed files with 867 additions and 464 deletions

23
runes/style.css Executable file
View 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%);
}