diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 7f5243dde..cb79496a8 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1210,10 +1210,10 @@ <td><code>.btn-danger</code></td> <td>{{_i}}Indicates a dangerous or potentially negative action{{/i}}</td> </tr> - <tr> - <td><a class="btn btn-dark" href="#">{{_i}}Dark{{/i}}</a></td> - <td><code>.btn-dark</code></td> - <td>{{_i}}Indicates a potential abort or black magic{{/i}}</td> + <tr> + <td><a class="btn btn-inverse" href="#">{{_i}}Inverse{{/i}}</a></td> + <td><code>.btn-inverse</code></td> + <td>{{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}}</td> </tr> </tbody> </table> |
