Index: static/scss/_utilities.scss |
=================================================================== |
--- a/static/scss/_utilities.scss |
+++ b/static/scss/_utilities.scss |
@@ -140,8 +140,16 @@ |
background-color: $accent-dark; |
} |
.bg-error |
{ |
color: $error-light; |
background-color: $error-dark; |
} |
+ |
+/* Lead |
+ ******************************************************************************/ |
+ |
+.lead |
+{ |
+ font-size: 1.25em; |
+} |