chore(release)

This commit is contained in:
Bamboo 2021-08-09 10:46:19 +02:00
parent 246bffc42c
commit 1c9a99e949
3 changed files with 8 additions and 5 deletions

View File

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

Binary file not shown.

View File

@ -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;
}