From 153bd04b88e6b1ea299dab4f3bbff2b45ceb82ff Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 19 Aug 2024 18:59:37 -0500 Subject: from pugetsound ventura --- "served/bits/\360\237\214\246.css" | 70 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100755 "served/bits/\360\237\214\246.css" (limited to 'served/bits/🌦.css') diff --git "a/served/bits/\360\237\214\246.css" "b/served/bits/\360\237\214\246.css" new file mode 100755 index 0000000..882f4d7 --- /dev/null +++ "b/served/bits/\360\237\214\246.css" @@ -0,0 +1,70 @@ +.root { + max-width: 27rem; + margin: 0 auto; +} + +/* narrow */ +@media (max-width: 44rem) { + .root { + max-width: 60vw; + margin: 0 auto; + } +} + +.root>h1 { + font-size: 1.25em; + padding: 8px; +} + +details.arrow:not([open])>summary::after { + content: '→'; + color: var(--color-a); + margin: 0 4px; +} + +details.arrow[open]>summary::after { + content: '–'; + color: var(--color-a-dim); + margin: 0 4px; +} + +details.more, +details.arrow { + margin-top: 8px; +} + +details.more>p, +details.arrow>p { + display: inline; +} + +details.more>summary, +details.arrow>summary { + display: inline; + list-style-type: none; +} + +details.more>summary::-webkit-details-marker, +details.arrow>summary::-webkit-details-marker { + display: none +} + +details.more:not([open])>summary::before { + content: '[+]'; + color: var(--color-a); +} + +details.more[open]>summary::before { + content: '[-]'; + margin: 0 2px; + color: var(--color-a-dim); +} + +h2 { + font-size: 1em; +} + +#notes, +.notes { + font-size: 0.75rem; +} \ No newline at end of file -- cgit 1.4.1-3-g733a5