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:
parent
0d39c4303c
commit
a0c713664b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ h3:before {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: -1.5em;
|
margin-left: -1.5em;
|
||||||
color: #DE1B1B;
|
color: {{ primary_colour }};
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue