mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-01 09:50:48 +01:00
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:
2
gradle/changelog/distinguishable-links.yaml
Normal file
2
gradle/changelog/distinguishable-links.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Links are more distinguishable from normal text
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user