]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - css/style.css
Columnize
[rbdr/r.bdr.sh] / css / style.css
CommitLineData
554c7e00 1body {
ea3c62fe
RBR
2 font-family: "Times New Roman", Times, serif;
3 line-height: 1.6;
4 letter-spacing: 0.02em;
5 column-count: auto;
6 column-width: 15em;
554c7e00
RBR
7}
8
ea3c62fe
RBR
9header, p:first-of-type, pre:first-of-type { column-span: all }
10
11h1, h2, h3 { font-weight: normal }
12
13h2 { break-before: column }
14
15p { break-inside: avoid }
16
554c7e00
RBR
17pre {
18 font-family: Monaco, monospace;
ea3c62fe 19 font-size: 14px;
20ee07e0 20 background-color: #eee;
554c7e00
RBR
21}
22
3b6787e4 23canvas {
21b1c71d
RBR
24 width: 64px;
25 height: 64px;
26 display: inline-block;
27 background-color: gainsboro;
967d51a0
BB
28}
29
21b1c71d 30@media (prefers-color-scheme: dark) {
b44cad65 31 body {
554c7e00
RBR
32 color: #fff;
33 background: #000;
b44cad65
RBR
34 }
35
21b1c71d
RBR
36 a {
37 color: #5dc1fd;
b44cad65
RBR
38 }
39
21b1c71d
RBR
40 a:visited {
41 color: #ed6eff;
b44cad65 42 }
20ee07e0
RBR
43
44 pre {
45 background-color: #222;
46 }
bb31ec9c 47}