File size: 1,462 Bytes
64aaca8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
a {
    text-decoration: none;
    color: var(--ac);
}

#bionReadSwitch + label,
#join-discussion,
#saveButton,
#share,
a.cta {
    border-radius: 2em;
    background: var(--fg);
    padding: 6pt 12pt;
    color: var(--bg);
    font-weight: 700;
    text-align: center;
}

#has-a11y-summary,
a.underline {
    border: 2pt solid transparent;
    border-width: 0 0 2pt 0;
}

#to-top:focus,
#has-a11y-summary:hover,
#has-a11y-summary:focus,
#has-a11y[open] #has-a11y-summary,
a.underline:hover,
a.underline:focus {
    --anm: underline 127ms ease-in;
    border-color: var(--ac);
    -webkit-animation: var(--anm);
       -moz-animation: var(--anm);
         -o-animation: var(--anm);
            animation: var(--anm);
}

ul.rounded li {
    margin: 0.5ex;
    display: inline-block;
}

ul.rounded a {
    display: inline-flex;
    opacity: 0.86;
    border: var(--border);
    border-radius: 2rem;
    background: #80808008;
    padding: 0.5ex 1em;
    color: var(--fg);
    gap: 1pt;
}

ul.rounded a:hover {
    border-color: #80808022;
    box-shadow: var(--box-shadow-active);
    background: #80808016;
}

ul.invert a {
    opacity: 0.86;
    border: unset;
    background: var(--fg) !important;
    color: var(--bg) !important;
}

ul.invert a:visited {
    color: var(--bg);
}

ul.has-hash a {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.9em;
}

#term .section-title > .tag::before,
ul.has-hash a::before {
    content: '#';
}