diff options
author | Melody Horn <melody@boringcactus.com> | 2025-04-13 11:33:35 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2025-04-13 11:33:35 -0600 |
commit | e5907e23495aa0fa194c13a318da71be45acb8e3 (patch) | |
tree | f575c938fbffdcdcbe9125b978f66e88a02e65ed /assets/site.css | |
parent | e271f32674f91c1fdaaad83edbbf4491c24b405c (diff) | |
download | boringcactus.com-e5907e23495aa0fa194c13a318da71be45acb8e3.tar.gz boringcactus.com-e5907e23495aa0fa194c13a318da71be45acb8e3.zip |
overhaul <details> display
Diffstat (limited to 'assets/site.css')
-rw-r--r-- | assets/site.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/site.css b/assets/site.css index fee0057..539a0fe 100644 --- a/assets/site.css +++ b/assets/site.css @@ -56,6 +56,16 @@ table th, table td { justify-content: center; } +details aside { + border-left: 1px solid currentColor; + padding-top: 1em; + padding-left: 1em; +} + +details aside p:first-child { + margin-top: 0; +} + .cohost-style-embed { background-color: #fff1df; } |