diff options
| author | sandbank52641 <153552626+sandbank52641@users.noreply.github.com> | 2024-07-14 19:36:15 +0200 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-20 12:01:32 -0400 |
| commit | b6d22068ec11bc652e7b98ed9c4f8afb95b47146 (patch) | |
| tree | 3feecd8c33ad44cd95a9e4e7a70e421e587395cc /static/main.css | |
| parent | 0c6c5b73be6f3872b44c5685593512468eeb09d2 (diff) | |
add setup details for Debian bookworm
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index 28e73dc1..899a7053 100644 --- a/static/main.css +++ b/static/main.css @@ -350,6 +350,31 @@ main.normalize { margin-block-end: 0; } +details { + border: 1px solid #74777f /* outline */; + border-radius: 12px; + padding: 0.5em 0.5em 0; +} + +summary { + font-weight: bold; + margin: -0.5em -0.5em 0; + padding: 0.5em; +} + +summary:hover { + cursor: pointer; +} + +details[open] { + padding: 0.5em; +} + +details[open] summary { + border-bottom: 1px solid #74777f /* outline */; + margin-bottom: 0.5em; +} + /* latin */ @font-face { font-family: Roboto; @@ -452,7 +477,7 @@ main.normalize { color: #c4c6cf; /* on-surface-variant */ } - pre { + pre, details, details[open] summary { border-color: #8e9099; /* outline */ } |
