Skip to content
Snippets Groups Projects
Commit 6116b0a6 authored by Julian's avatar Julian
Browse files

Apply correct font-weight to strong tags in alerts

parent b7629f83
No related branches found
No related tags found
1 merge request!652Resolve "Notification and announcement header lines are not bold"
Pipeline #15440 passed
......@@ -513,6 +513,10 @@ th.orderable.desc > a {
margin: 0;
}
.alert strong {
font-weight: 700;
}
.alert > p, .alert > div {
margin: 10px;
padding: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment