1
0
Fork 0
DeadEndShrineOnline/mods/style.css

33 lines
406 B
CSS
Raw Normal View History

2022-02-14 18:00:29 +01:00
body {
background-color: #000000;
2022-02-17 20:30:46 +01:00
color: #A30262;
2022-02-14 18:00:29 +01:00
max-width: 700px;
margin: auto;
margin-top: 10px;
font-family: serif;
}
a, a:visited {
text-decoration: underline;
color: inherit;
}
.download {
font-weight: bold;
text-align: center;
}
img {
padding: 8px;
}
2022-02-17 20:30:46 +01:00
h1, h2, h3, p {
2022-02-14 18:00:29 +01:00
text-align: center;
}
h1 {
color: #cc99ff;
}
2022-02-17 20:30:46 +01:00
h2 {
color: #D162A4;
}
2022-02-14 18:00:29 +01:00
.note {
text-align: center;
color: #cc99ff;
}