1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Comply colors to Web Content Accessibility Guidelines

This commit is contained in:
Rémy F 2019-09-02 11:57:42 +02:00
parent 63429459f5
commit 85170a99d9
4 changed files with 7 additions and 7 deletions

4
dist/chota.css vendored
View File

@ -1,8 +1,8 @@
/*! chota.css v0.6.2 | MIT License | github.com/jenil/chota */
:root {
--color-primary: #1a9f60;
--color-primary: #14854F;
--color-lightGrey: #d2d6dd;
--color-grey: #7e818b;
--color-grey: #747681;
--color-darkGrey: #3f4144;
--color-error: #d43939;
--color-success: #28bd14;

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -84,9 +84,9 @@
<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 {
--color-primary: #1a9f60;
--color-primary: #14854F;
--color-lightGrey: #d2d6dd;
--color-grey: #7e818b;
--color-grey: #747681;
--color-darkGrey: #3f4144;
--color-error: #d43939;
--color-success: #28bd14;

View File

@ -1,7 +1,7 @@
:root {
--color-primary: #1a9f60;
--color-primary: #14854F;
--color-lightGrey: #d2d6dd;
--color-grey: #7e818b;
--color-grey: #747681;
--color-darkGrey: #3f4144;
--color-error: #d43939;
--color-success: #28bd14;