]>
git.r.bdr.sh - rbdr/r.bdr.sh/blob - css/style.css
8d98deadfad6c2ed38ae6d8e08ebcbaa0d4d4210
1 html
{ scroll-behavior: smooth
}
5 font: -apple-system-body
;
6 font-family: "Hoefler Text", "Times New Roman", serif
;
7 font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
9 letter-spacing: 0.02em;
20 background-color: #e8e8e8;
23 @media only screen and
(min-width: 500px) {
24 body
{ overflow-x: auto
}
25 main
{ padding: 0 0 0 74px }
26 .columned { width: max-content
}
28 .columned .h2:not(:only-child) {
33 .columned .h2:not(:only-child) h2 { width: 14.6em }
35 .columned
.h2:not
(:only-child
) .h3
,
36 .columned
.h2:not
(:only-child
) li
,
37 .columned .h2:not(:only-child) p { width: 24em }
38 .columned .h2:not(:only-child) pre { width: 25em }
46 .columned .h2:first-of-type pre { line-height: 1 }
48 blockquote
, p
, article
> div
{
52 pre
{ max-width: 55em }
54 border-left: 4px solid
#ccc;
59 h1
, h2
, h3
{ font-weight: normal
}
61 h2
{ font-size: 1.65em }
62 h3
{ font-size: 1.25em }
63 header h1
{ font-size: 1em }
65 font-family: courier
, monospace
;
67 background-color: #eee;
76 background-color: #000;
77 border: 1px solid
#000;
80 @media (prefers-color-scheme: dark
) {
87 background-color: #fff;
88 border: 1px solid
#fff;
98 display: inline-block
;
102 a:visited
{ color: #ed6eff }
104 pre
{ background-color: #222 }