Skip to content

Commit

Permalink
Users should be presented with a reset password link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadowacu1 authored Jul 9, 2024
1 parent fe058e5 commit 9b7382e
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/styles/Colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
$primary-color: #FF6D18;
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
$primary-color: #ff6d18;
$primary-color-light: #ffe2d1;
$primary-color-dark: #ff8a46;
$secondary-color: #777777;
$secondary-color-light: #F6F6F6;
$third-color: #d9d9d9;
$fourth-color: #8a869d;
$fifth-color: #4da0fc;
$sixth-color: #9180ff;
$border-color: #ddd;
$black: #000;
$white: #fff;
$white-2: #eee;
$background-color: #ffefe1;
$icon-color: #ff6d18;
$text-color: #112a46;
$black-2: #232f3e;
$black-3: #131a22;
$secondary-color-2: #edeef0;
$font-family: 'Averia Serif Libre', serif;
$button-bg-color: #FF6D18;
$button-text-color: #fff;
$text-color: #000000;
$text-color: #000000;

0 comments on commit 9b7382e

Please sign in to comment.