diff --git a/package.json b/package.json index 15dbabefa..3e44ad9dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.159.0", + "version": "2.160.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index c4b19ae3c..3d6a3c625 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 05b5fcc78..6337b9c58 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -395,19 +395,22 @@ li.searchresultitem { margin-bottom: 50px; } -.breadcrumb { +.topic-content .breadcrumb-container { + margin-top: 40px; +} +.topic-content .breadcrumb { font-size: 14px; line-height: 18px; font-weight: 600; } -.breadcrumb a { +.topic-content .breadcrumb a { color: #283241; } -.breadcrumb a:hover { +.topic-content .breadcrumb a:hover { color: #dd4d50; text-decoration: underline; } -.breadcrumb .breadcrumb-node { +.topic-content .breadcrumb .breadcrumb-node { color: #dd4d50; }