fix object title style

This commit is contained in:
checktheroads
2021-04-15 16:52:30 -07:00
parent 93b6d785f3
commit 844186d520
3 changed files with 3 additions and 14 deletions

View File

@@ -281,17 +281,6 @@ div#content-title {
display: flex;
flex-direction: column;
flex: 1 0 auto;
h1 {
&:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
}
> a {
text-decoration: none;
color: $body-color;
}
}
}
div.paginator > form > div.input-group {