1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Use primary colour var universally

This commit is contained in:
Simon Holywell 2015-07-06 17:01:39 +01:00
parent 0d39c4303c
commit a0c713664b

View file

@ -63,7 +63,7 @@ h3:before {
width: 1.5em;
display: inline-block;
margin-left: -1.5em;
color: #DE1B1B;
color: {{ primary_colour }};
font-weight: normal;
}