summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/base/_typography.scss')
-rw-r--r--webapp/sass/base/_typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/base/_typography.scss b/webapp/sass/base/_typography.scss
index c91aec668..83f3e6b8b 100644
--- a/webapp/sass/base/_typography.scss
+++ b/webapp/sass/base/_typography.scss
@@ -22,6 +22,10 @@ body {
font-family: 'Open Sans', sans-serif;
}
+.light {
+ @include opacity(.6);
+}
+
.word-break--all {
word-break: break-all;
}