The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit c1a9f198 authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by Frank Morgner
Browse files

refs #13033

* fixes link color for warning alerts
parent d1cd5eb5
No related merge requests found
......@@ -371,9 +371,16 @@ select {
//// ALERTS
////// Light Text on Dark BG
.alert a {
color: $state-light-text-on-dark;
text-decoration: underline;
.alert {
a {
color: $state-light-text-on-dark;
text-decoration: underline;
}
&.alert-warning a {
color: $oil;
}
}
////// Alert Text Colors
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment