Skip to content

Commit

Permalink
feat: new degrade variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Sep 18, 2024
1 parent 04fc468 commit 8e2c0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azion/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ $colors: (
--primary-text-color: #f4f4f4;
--overlay-content-bg: #171717;
--highlight-bg: #f4f4f410;
--degrade-primary: rgba(255, 255, 255, 0.1)

--text-color: #ededed;
--primary-color-text: #1e1e1e;
Expand Down Expand Up @@ -235,6 +236,7 @@ $colors: (
--text-color-secondary: #666666;
--text-color-link: #3265cb;
--text-color-link-hover: #2851a4;
--degrade-primary: rgba(0, 0, 0, 0.1)

--primary-color: #2b2b2b;
--primary-dark-color: #000;
Expand Down

0 comments on commit 8e2c0de

Please sign in to comment.