about summary refs log tree commit diff
path: root/assets/css/custom.css
blob: 93889063eaed4a64438fce4839272f30fe78a900 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.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;
}

pre, code {
    font-family: monospace, monospace;
}

.homepage::after {
    content: " 🏠";
}

.feed ol {
    list-style-type: none;
}