Fixed style of links in markdown

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
pull/2570/head
Matthew Nickson 2 years ago
parent a8f0f1d872
commit 3819266fa8
No known key found for this signature in database
GPG Key ID: BF229DCFD4748E05

@ -35,6 +35,11 @@ textarea.form-control {
color: $maintenance !important;
}
.incident a,
.bg-maintenance a {
color: inherit;
}
.list-group {
border-radius: 0.75rem;
@ -248,6 +253,11 @@ optgroup {
}
}
.incident a,
.bg-maintenance a {
color: inherit;
}
.form-control,
.form-control:focus,
.form-select,

Loading…
Cancel
Save