1
0
Fork 0

Harmonize docs

This commit is contained in:
Matthieu Hostache 2020-07-31 10:56:04 +02:00 committed by GitHub
parent fc52d1cfba
commit a2ca235fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1002 additions and 65 deletions

View file

@ -0,0 +1,10 @@
:root {
--dark: #06102a;
--blue: #04B5D1;
--light-blue: #E4F7FA;
--input-bg-color: white;
--input-color: black;
--input-placeholder-color: #bbb;
--input-border-color: #dcdcdc;
}