chore(release)

This commit is contained in:
Bamboo 2021-07-12 22:44:24 +02:00
parent ffd18ae9f9
commit e16c4d54ff
3 changed files with 40 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "redaction", "name": "redaction",
"version": "2.116.0", "version": "2.117.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

Binary file not shown.

View File

@ -113,12 +113,20 @@
} }
.publication-contents h4.featured-title, .publication-contents h4.featured-title,
.publication-contents .section-toc-title { .publication-contents .section-toc-title {
color: #283241;
font-size: 26px; font-size: 26px;
font-weight: 300; font-weight: 300;
line-height: 36px; line-height: 36px;
margin: 0; margin: 0;
} }
.publication-contents h4.featured-title a,
.publication-contents .section-toc-title a {
color: #283241;
}
.publication-contents h4.featured-title a:hover,
.publication-contents .section-toc-title a:hover {
color: #283241;
text-decoration: underline;
}
.publication-contents ul { .publication-contents ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -137,6 +145,10 @@
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
} }
.publication-contents li a:hover {
color: #dd4d50;
text-decoration: underline;
}
.publication-contents h4 span, .publication-contents h4 span,
.publication-contents li::before { .publication-contents li::before {
display: none; display: none;
@ -226,17 +238,26 @@ li.searchresultitem {
.site-footer .inner > * { .site-footer .inner > * {
padding: 0; padding: 0;
} }
.portal-footer .inner .copyright:after,
.site-footer .inner .copyright:after {
content: " knecon AG";
}
.site-sidebar { .site-sidebar {
background-color: #283241; background-color: #283241;
scrollbar-color: #d3d5da #f4f5f7;
scrollbar-width: thin;
/* Track */
/* Handle */
} }
.site-sidebar .logo { .site-sidebar .logo {
padding: 24px 0 30px 0 !important; padding: 24px 0 30px 0 !important;
} }
.site-sidebar::-webkit-scrollbar {
width: 11px;
}
.site-sidebar::-webkit-scrollbar-track {
background: #f4f5f7;
}
.site-sidebar::-webkit-scrollbar-thumb {
background: #d3d5da;
}
.site-sidebar-search { .site-sidebar-search {
padding: 0 24px; padding: 0 24px;
@ -424,12 +445,20 @@ main article {
} }
.section-toc h4.featured-title, .section-toc h4.featured-title,
.section-toc .section-toc-title { .section-toc .section-toc-title {
color: #283241;
font-size: 26px; font-size: 26px;
font-weight: 300; font-weight: 300;
line-height: 36px; line-height: 36px;
margin: 0; margin: 0;
} }
.section-toc h4.featured-title a,
.section-toc .section-toc-title a {
color: #283241;
}
.section-toc h4.featured-title a:hover,
.section-toc .section-toc-title a:hover {
color: #283241;
text-decoration: underline;
}
.section-toc ul { .section-toc ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -448,6 +477,10 @@ main article {
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
} }
.section-toc li a:hover {
color: #dd4d50;
text-decoration: underline;
}
.section-toc h4 span, .section-toc h4 span,
.section-toc li::before { .section-toc li::before {
display: none; display: none;