diff options
author | gennyble <gen@nyble.dev> | 2024-12-17 08:56:16 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-17 08:56:16 -0600 |
commit | 7ad63700224f7278c2264cb2312bc795323625a5 (patch) | |
tree | 1fb585db10e14086374528d90c9310d72f7c5682 /served/bits/🌦.css | |
parent | 88c79031efd681aaf96c2148de52221baadc1fb7 (diff) | |
download | ∞-7ad63700224f7278c2264cb2312bc795323625a5.tar.gz ∞-7ad63700224f7278c2264cb2312bc795323625a5.zip |
with misses in html
Diffstat (limited to 'served/bits/🌦.css')
-rwxr-xr-x | served/bits/🌦.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/served/bits/🌦.css b/served/bits/🌦.css index 882f4d7..8b8f1fc 100755 --- a/served/bits/🌦.css +++ b/served/bits/🌦.css @@ -3,6 +3,10 @@ margin: 0 auto; } +section { + max-width: var(--pwidth); +} + /* narrow */ @media (max-width: 44rem) { .root { @@ -18,13 +22,13 @@ details.arrow:not([open])>summary::after { content: '→'; - color: var(--color-a); + color: var(--link); margin: 0 4px; } details.arrow[open]>summary::after { content: '–'; - color: var(--color-a-dim); + color: var(--visited); margin: 0 4px; } @@ -51,20 +55,20 @@ details.arrow>summary::-webkit-details-marker { details.more:not([open])>summary::before { content: '[+]'; - color: var(--color-a); + color: var(--link); } details.more[open]>summary::before { content: '[-]'; margin: 0 2px; - color: var(--color-a-dim); + color: var(--visited); } -h2 { - font-size: 1em; +#notes, +.notes { + margin: 0.5rem 0; } -#notes, .notes { font-size: 0.75rem; } \ No newline at end of file |