mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Update the list of custom properties
This commit is contained in:
parent
4bc97666ed
commit
281e9561f1
@ -88,6 +88,8 @@
|
||||
<p>Chota comes with a basic set of <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank">CSS variables</a>:</p>
|
||||
{% highlight css %}
|
||||
:root {
|
||||
--bg-color: #ffffff;
|
||||
--bg-secondary-color: #f3f3f6;
|
||||
--color-primary: #14854F;
|
||||
--color-lightGrey: #d2d6dd;
|
||||
--color-grey: #747681;
|
||||
@ -97,7 +99,9 @@
|
||||
--grid-maxWidth: 120rem;
|
||||
--grid-gutter: 2rem;
|
||||
--font-size: 1.6rem;
|
||||
--font-family: "Helvetica Neue", sans-serif;
|
||||
--font-color: #333333;
|
||||
--font-family-sans: sans-serif;
|
||||
--font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
|
||||
}
|
||||
{% endhighlight %}
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user