about summary refs log tree commit diff
path: root/assets/css/custom.css
blob: e5656aa69297fd8d7d14bac77a1628a80ffff9f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.no-prefix::before {
    content: "";
}

.webring article {
    border: 1px solid var(--color);
    margin: 0.5rem 0;
    padding: 0.5rem;
}

.webring article h3 {
    margin-top: 0;
    padding-top: 0;
}