diff --git a/package.json b/package.json index b56a33190..687184e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.742.0", + "version": "3.743.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index de4644223..9f3f8a69b 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 68f47610f..56d62a598 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -83,7 +83,7 @@ } .featured-content .publication-contents { padding: 24px 40px; - border: 1px solid #e2e4e9; + border: 1px solid #e2e4ea; width: 100%; margin: 0; background-color: #fff; @@ -225,7 +225,7 @@ } ul.searchresults { - border: 1px solid #e2e4e9; + border: 1px solid #e2e4ea; background-color: #fff; border-radius: 4px; margin-top: 32px; @@ -236,7 +236,7 @@ ul.searchresults .search-highlight { li.searchresultitem { margin: 0 32px; - border-bottom: 1px solid #e2e4e9; + border-bottom: 1px solid #e2e4ea; padding: 32px 8px; } @@ -263,7 +263,7 @@ li.searchresultitem { .portal-footer, .site-footer { - border-top: 1px solid #e2e4e9; + border-top: 1px solid #e2e4ea; padding: 0; } .portal-footer.portal-footer, @@ -582,7 +582,7 @@ main ul { .section-toc { padding: 24px 40px; - border: 1px solid #e2e4e9; + border: 1px solid #e2e4ea; width: 100%; margin: 0; background-color: #fff;