Use CSS variables when possible

This commit is contained in:
gregoirenovel 2017-11-21 16:36:26 +01:00
parent 399bf7022d
commit 496087ead9

View file

@ -164,7 +164,7 @@
}
.header-section {
color: #4393F3;
color: $blue;
font-weight: bold;
font-size: 20px;
margin-bottom: 2 * $default-padding;