about summary refs log tree commit diff
path: root/served/now/now.css
blob: bf64dcff8139174efa70237993735f08828467ca (plain)
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
section {
    div {
        h2 {
            display: inline-block;

            font-size: 1em;

            margin: 1rem 0 0 0;
            padding: 0;

            font-family: Recursive, sans-serif;
            font-variation-settings:
                "MONO" 0,
                "CASL" 0,
                "wght" 400,
                "slnt" -15,
                "CRSV" 0;

            border-bottom: 1px solid var(--text-dim);
        }

        p:first-of-type {
            margin-top: 0.5rem;
        }
    }
}