diff --git a/package.json b/package.json index a50b4fbcb..647044771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.744.0", + "version": "3.745.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index f1f834a4c..3ff761720 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 56d62a598..c0ae6ea31 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -21,7 +21,7 @@ } .portal-header .portal-search .search-field { width: 100%; - border: 1px solid #d3d5da; + border: 1px solid #ccced3; border-radius: 8px; background-color: #fff; } @@ -83,7 +83,7 @@ } .featured-content .publication-contents { padding: 24px 40px; - border: 1px solid #e2e4ea; + border: 1px solid #e2e4e9; width: 100%; margin: 0; background-color: #fff; @@ -225,7 +225,7 @@ } ul.searchresults { - border: 1px solid #e2e4ea; + border: 1px solid #e2e4e9; 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 #e2e4ea; + border-bottom: 1px solid #e2e4e9; padding: 32px 8px; } @@ -263,7 +263,7 @@ li.searchresultitem { .portal-footer, .site-footer { - border-top: 1px solid #e2e4ea; + border-top: 1px solid #e2e4e9; padding: 0; } .portal-footer.portal-footer, @@ -363,7 +363,7 @@ body { } .site-sidebar-search .search-field { width: 100%; - border: 1px solid #d3d5da; + border: 1px solid #ccced3; border-radius: 8px; background-color: #fff; } @@ -582,7 +582,7 @@ main ul { .section-toc { padding: 24px 40px; - border: 1px solid #e2e4ea; + border: 1px solid #e2e4e9; width: 100%; margin: 0; background-color: #fff;