Commit d46e645a authored by Mark Otto's avatar Mark Otto
Browse files

fixes #9015: bold links not semibold in alerts

parent 83eea13e
Showing with 3 additions and 3 deletions
+3 -3
...@@ -3874,7 +3874,7 @@ button.close { ...@@ -3874,7 +3874,7 @@ button.close {
} }
.alert .alert-link { .alert .alert-link {
font-weight: 500; font-weight: bold;
color: #a47e3c; color: #a47e3c;
} }
......
This diff is collapsed.
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
// Provide class for links that match alerts // Provide class for links that match alerts
.alert-link { .alert-link {
font-weight: 500; font-weight: bold;
color: darken(@alert-text, 10%); color: darken(@alert-text, 10%);
} }
......
Supports Markdown
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