Skip to content

Commit

Permalink
Merge pull request #49 from cnumr/feature/result-page
Browse files Browse the repository at this point in the history
Draft: Feature/result page
  • Loading branch information
yaaax authored Feb 4, 2022
2 parents 3701ad4 + c5b88d0 commit b679c07
Show file tree
Hide file tree
Showing 51 changed files with 1,523 additions and 180 deletions.
23 changes: 22 additions & 1 deletion assets/css/0_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/* Colors */
--color-primary: hsl(165, 100%, 25%);
--color-dark: hsl(194, 62%, 14%);
--color-dark: hsl(192, 73%, 15%);
--color-darkish: hsl(165, 100%, 20%);
--color-lightish: hsl(165, 50%, 90%);
--color-light: hsl(0, 0%, 99%);
Expand All @@ -17,9 +17,30 @@
/* Specific colors */
--color-yellow: #f5c548;
--color-light-yellow: #f7edc0;
--color-greenish-yellow: #cadd00;
--color-bright-yellow: #f7ed00;
--color-saturated-yellow: #ffce00;
--color-light-green: #b6d295;
--color-medium-green: #b6d295;
--color-medium-green-2: #2e9b43;
--color-cool-green: #34bc6e;
--color-dark-green: #2d665e;
--color-very-light-pink: #eeeeee;
--color-dark-blue: #0d2e38;
--color-very-light-pink-two: #d8d8d8;
--color-pastel-red: #e3544c;
--color-vermillion: #f01c16;
--color-mango: #fb9929;
--color-dark-green-2: #007e5f;
--color-teal: #00a67d;
--color-very-light-pink: #eee;

/* Colors rgb
* Note : register only rgb values to control opacity
* on output like rgba(var(--color), 0.8);
*/
--color-dark-rgb: 10, 55, 66;


/* Border sizes */
--border-focus: var(--border-medium);
Expand Down
Loading

0 comments on commit b679c07

Please sign in to comment.