Merge branch 'develop' into feature/export-urls

This commit is contained in:
Alejandro Celaya
2022-03-13 09:56:59 +01:00
4 changed files with 72 additions and 83 deletions

View File

@@ -29,7 +29,7 @@ a,
}
/* stylelint-disable-next-line selector-max-pseudo-class */
a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):not(.btn):hover,
a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):not(.btn):not(.dropdown-item):hover,
.btn-link:hover {
text-decoration: underline;
}