Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
yukselsule committed Mar 6, 2024
1 parent d5f1908 commit adef2f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 49 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
more images
more images
_others.scss
48 changes: 1 addition & 47 deletions sass/abstracts/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,48 +1,3 @@
// // COLORS
// $color-primary: #1b595a;
// $color-primary-light: #3c8e9d;
// $color-primary-dark: #095b6a;

// $color-primary-gradient-light: #e7f1f3;
// $color-primary-gradient-dark: #cee3e7;

// $color-secondary: #9ad0c2;

// $color-grey-dark: #344955;
// $color-grey-dark-2: #999;
// $color-grey-dark-3: #333;

// $color-white: #fbfcf8;
// $color-white-darker: #f8f6f0;
// $color-black: #000;
// // FONT SIZE
// $default-font-size: 1.6rem;

// // #0369a1 // // #1a759f // #1e6091 // #56cfe1

// // COLORS
// $color-primary: #0077b6;
// $color-primary-light: #99c9e2;
// $color-primary-dark: #003049;

// $color-primary-gradient-light: #cce4f0;
// $color-primary-gradient-dark: #99c9e2;

// $color-secondary: #90e0ef;

// $color-grey-dark: #2f2f2f;
// $color-grey-dark-2: #999;
// $color-grey-dark-3: #333;

// $color-white: #fbfcf8;
// $color-white-darker: #f8f6f0;
// $color-black: #000;
// // FONT SIZE
// $default-font-size: 1.6rem;

// // #0369a1 // // #1a759f // #1e6091 // #56cfe1
// #9ec8b9 // #b8e7e1 // #92b7a6 // #fad3d8

// COLORS
$color-primary: #1b595a;
$color-primary-light: #497a7b;
Expand All @@ -60,7 +15,6 @@ $color-grey-dark-3: #333;
$color-white: #fbfcf8;
$color-white-darker: #f8f6f0;
$color-black: #000;

// FONT SIZE
$default-font-size: 1.6rem;

///////////////
2 changes: 1 addition & 1 deletion sass/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adef2f7

Please sign in to comment.