diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/default.css | 22 |
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; |