aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/site.css10
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;
}