Make Latest blocks and Adjustments widget title clickable

This commit is contained in:
nymkappa
2022-06-14 10:35:29 +02:00
parent dc93d8d82b
commit b22d7fcec6
4 changed files with 31 additions and 9 deletions

View File

@@ -97,3 +97,10 @@
.card-text {
font-size: 22px;
}
.title-link, .title-link:hover, .title-link:focus, .title-link:active {
display: block;
margin-bottom: 10px;
text-decoration: none;
color: inherit;
}