Skip to content

Commit

Permalink
Update _root.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
astianmuchui authored Sep 25, 2024
1 parent 028a4e0 commit 9b8a492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/sass/_root.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Poppins');

$black: #010101;
$primary-color: #14c1df;
$primary-color: #c44919;
$red: #c61919;
$green: #0a8723;
$white: #fff;
Expand Down Expand Up @@ -414,4 +414,4 @@ body
{
background-color: rgba(darken($dark, 8), 0.8);
backdrop-filter: blur(8px);
}
}

0 comments on commit 9b8a492

Please sign in to comment.