Skip to content

Commit

Permalink
New UI
Browse files Browse the repository at this point in the history
  • Loading branch information
astianmuchui committed May 4, 2024
1 parent 8325e36 commit 9e2a491
Show file tree
Hide file tree
Showing 11 changed files with 1,324 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/css/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ html
::-webkit-scrollbar
{
width: 5px;
background: #000;
background: $white;
}
::-webkit-scrollbar-thumb
{
background: linear-gradient(45deg, #1e2f36, #176c8e);
background: linear-gradient(45deg, $primary-color, $secondary-color);
border-radius: 10px;
}

Expand Down
1 change: 1 addition & 0 deletions assets/css/aos.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9e2a491

Please sign in to comment.