aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-10 19:22:54 -0400
committertdro <tdro@noreply.example.com>2022-08-10 19:22:54 -0400
commit3005cd0c948e6129267efe2e7394d19fc718f5a8 (patch)
treea6e95433e05372240ee566b4cb2b9513c5ec9dbd /assets
parente3fbbe90c38ea7931803b1a3a48145e82d688e73 (diff)
downloadcanory-3005cd0c948e6129267efe2e7394d19fc718f5a8.tar.gz
canory-3005cd0c948e6129267efe2e7394d19fc718f5a8.tar.bz2
canory-3005cd0c948e6129267efe2e7394d19fc718f5a8.zip
assets/css/default: Definition lists
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css22
1 files changed, 12 insertions, 10 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 613ec49..d6a7a74 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -192,15 +192,6 @@ svg text {
}
body,
-dl dl,
-dl ol,
-dl ul,
-ol dl,
-ul dl,
-ol ol,
-ol ul,
-ul ol,
-ul ul,
button,
input,
select,
@@ -1530,7 +1521,6 @@ h3 {
p,
ul,
dd,
-dl,
ol,
figure,
blockquote {
@@ -1548,6 +1538,18 @@ blockquote:not(:last-child) {
margin-bottom: 0.75rem;
}
+dl {
+ margin: 0 0 0 1rem;
+}
+
+dt {
+ font-weight: 700;
+}
+
+dt:not(:first-child) {
+ margin-top: 0.5rem;
+}
+
footer,
figcaption {
color: #444;