content-text color variable

This commit is contained in:
nixa 2016-05-18 12:40:52 +03:00
parent f487080474
commit 563c03f7d1
9 changed files with 23 additions and 14 deletions

View file

@ -7,7 +7,7 @@
color: $default-text;
text-align: center;
font-size: 18px;
background-color: rgba($default-text, 0.3);
background-color: rgba($content-text, 0.3);
padding: 12px 5px;
}
}