]>
git.r.bdr.sh - rbdr/r.bdr.sh/blob - css/style.css
1 html
{ scroll-behavior: smooth
}
4 font: -apple-system-body
;
5 font-family: "Hoefler Text", "Times New Roman", serif
;
6 font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
8 letter-spacing: 0.02em;
15 background-color: #e8e8e8;
18 @media only screen and
(min-width: 500px) {
19 body
{ overflow-x: auto
}
20 main
{ padding: 0 64px 0 124px }
32 .h2:not(:only-child) {
36 h2
{ max-width: 14.6em }
40 pre
{ max-width: 25em }
47 pre
[role
="img"]:first-of-type
{ margin-top: 1.64em }
48 h2:empty
{display: none
}
52 p:not
(.a
) { column-span: all
}
53 p
{ break-after: column
}
54 p
.a
{ break-after: avoid
}
59 .a { margin: 0 0.3em }
61 background-color: #eee;
62 font-family: courier
, monospace
;
68 pre
[role
="img"] { line-height: 1 }
69 blockquote
, p
, article
> div
{
73 border-left: 4px solid
#ccc;
77 h1
, h2
, h3
{ font-weight: normal
}
79 h2
{ font-size: 1.65em }
80 h3
{ font-size: 1.25em }
81 header h1
{ font-size: 1em }
84 background-color: #000;
85 border: 1px solid
#000;
91 @media (prefers-color-scheme: dark
) {
97 background-color: #fff;
98 border: 1px solid
#fff;
101 a:visited
{ color: #ed6eff }
102 pre
{ background-color: #222 }