mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Update style.css
color change
This commit is contained in:
parent
856aba583c
commit
de13dcc2a7
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
layout: nil
|
layout: nil
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign primary_colour = '#DE1B1B' %}
|
{% assign primary_colour = '#1ab6de' %}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@ -186,4 +186,4 @@ pre code {
|
||||||
.anchorjs-link {
|
.anchorjs-link {
|
||||||
color: {{ primary_colour }};
|
color: {{ primary_colour }};
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue