blob: b56cd6e9a260c77447698256e38db4108ab573ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
main {
margin: auto;
max-width: 25rem;
}
p {
margin: 0;
padding: 1ex;
}
a:nth-child(2n) p { background-color: #5c3566 }
a:hover { text-decoration: underline }
|