More distinguishable links

Links in highcontrast mode will be visually more different from plain text.

Pushed-by: Philipp Ahrendt<philipp.ahrendt@cloudogu.com>
Co-authored-by: Philipp Ahrendt<philipp.ahrendt@cloudogu.com>
This commit is contained in:
Philipp Ahrendt
2024-11-21 17:49:31 +01:00
parent 44fbdf86cb
commit 0a8ffa8443
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Links are more distinguishable from normal text

View File

@@ -219,6 +219,14 @@ footer.footer {
}
}
a:not(.navbar a, .menu-list a, .button, .breadcrumb a, .tabs li a, .media .media-right a.level-item) {
text-decoration: underline;
}
td button:not(.is-default) {
text-decoration: underline;
}
.card {
border: 1px solid $border;
box-shadow: none;