| Index: static/scss/base/_utilities.scss |
| =================================================================== |
| --- a/static/scss/base/_utilities.scss |
| +++ b/static/scss/base/_utilities.scss |
| @@ -81,8 +81,22 @@ |
| .unstyled |
| { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| background: none; |
| } |
| + |
| +// Font Colours //////////////////////////////////////////////////////////// |
| + |
| +.muted |
| +{ |
| + color: $gray-medium; |
| +} |
| + |
| +a.muted, |
| +.muted a |
| +{ |
| + color: $gray-medium !important; |
| + text-decoration: underline; |
| +} |