diff options
| author | Mark Otto <[email protected]> | 2013-08-02 14:07:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 14:07:26 -0700 |
| commit | d46e645a0f19b24280bf700f4d4fb56caadb4409 (patch) | |
| tree | 7b1dd36a304f7c8c88ccc9b86143384a2ade5b45 /less | |
| parent | 83eea13e6395d414a3c297c24b7f0f5dd7d7acce (diff) | |
| download | bootstrap-d46e645a0f19b24280bf700f4d4fb56caadb4409.tar.xz bootstrap-d46e645a0f19b24280bf700f4d4fb56caadb4409.zip | |
fixes #9015: bold links not semibold in alerts
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/alerts.less b/less/alerts.less index 09293d601..75e142d8f 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -26,7 +26,7 @@ } // Provide class for links that match alerts .alert-link { - font-weight: 500; + font-weight: bold; color: darken(@alert-text, 10%); } |
