1
0
Fork 0
DeadEndShrineOnline/runes/style.css
2023-11-29 09:40:11 -06:00

24 lines
304 B
CSS
Executable file

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%);
}