diff options
Diffstat (limited to '')
-rw-r--r-- | assets/main.css (renamed from assets/index.css) | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/assets/index.css b/assets/main.css index 4d7c6c0..be1f030 100644 --- a/assets/index.css +++ b/assets/main.css @@ -4,10 +4,6 @@ box-sizing: border-box; } -:root { - color-scheme: dark light; -} - body { text-align: justify; } @@ -17,15 +13,6 @@ body { text-decoration: underline; } -* .header-anchor:any-link { - text-decoration: inherit; -} - -* .header-anchor:any-link:hover, -* .header-anchor:any-link:active { - font-style: inherit; -} - figcaption, caption { text-align: center; @@ -47,6 +34,7 @@ textarea { padding: 1rem; margin: auto; text-align: center; + height: auto; } figure, @@ -108,7 +96,8 @@ a[href^="mailto:"]::after { content: "📧"; } -.side ,aside { +.side, +aside { max-width: 40%; margin: 1rem; float: right; @@ -119,7 +108,9 @@ aside { } @media (max-width: 30rem) { - .side, aside { + + .side, + aside { margin: inherit; max-width: 100%; float: none; @@ -224,4 +215,4 @@ aside { break-inside: avoid; break-before: auto; } -}
\ No newline at end of file +} |