From 281e9561f10fcbc720a6dfeb42fc199f262bab75 Mon Sep 17 00:00:00 2001 From: Jenil Gogari Date: Wed, 17 Jun 2020 21:22:25 -0400 Subject: [PATCH] Update the list of custom properties --- docs/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ac8c7a1..caab6dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,6 +88,8 @@

Chota comes with a basic set of CSS variables:

{% 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 %}