blob: 4fab9b4218254db4b47b9fc9663577f6a92205c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
body {
background-color: black;
}
.title div {
color: white;
font-size: 24px;
font-weight: bold;
margin: 19.92px 0 19.92px 0;
}
.white-link {
color: white;
text-decoration: none;"
}
|