Skip to content

Commit

Permalink
update content of custom scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Jan 17, 2023
1 parent 57e41d8 commit 673cb95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
$pink-000: #f77ef1;
$pink-100: #f967f1;
$pink-200: #e94ee1;
$pink-300: #dd2cd4;
// custom CSS rules goes here
6 changes: 6 additions & 0 deletions _sass/custom/setup.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// custom setup code goes here

$pink-000: #f77ef1;
$pink-100: #f967f1;
$pink-200: #e94ee1;
$pink-300: #dd2cd4;

0 comments on commit 673cb95

Please sign in to comment.