diff --git a/package.json b/package.json index 70b411332..5a13228a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.207.0", + "version": "2.208.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index b1de06c40..69d7189b9 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index 46d63117b..77ca5aaf2 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -506,20 +506,24 @@ main article { margin: 24px 0; } -.topic-content > section > .mediaobject { - margin-bottom: 10px; +.mediaobject { + margin-top: 20px; } -.topic-content > section > .mediaobject img { +.mediaobject img { border-radius: 4px; margin: 0; } -.topic-content > section > .mediaobject + p { +.mediaobject .caption > p { font-size: 14px; text-align: center; font-style: italic; margin: 0; } +.inlinemediaobject { + vertical-align: unset; +} + main ol, main ul { margin: 0 0 24px; @@ -585,6 +589,20 @@ main ul { margin-bottom: 8px; } +.question { + font-weight: 600; +} +.question > td > p { + margin: 32px 0 18px 0; +} +.question > td:first-child { + padding-right: 4px; +} + +.fixed-toolbar article.topic :target.question:before { + content: none; +} + body { color: #283241; background-color: #f5f5f7; @@ -623,3 +641,10 @@ body p { font-size: 16px; line-height: 24px; } +body a { + color: #dd4d50; +} +body a:hover { + text-decoration: underline; + color: #dd4d50; +}