diff options
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; } |