Skip to content

Commit

Permalink
feat: text-color-muted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ndratov committed Sep 27, 2024
1 parent 191d8fa commit d9b6f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/Leaderboard/Leaderboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

&__title {
font-size: 10px;
color: #c5c5c5;
color: $text-color-muted;
margin-bottom: 4px;
}

Expand Down
1 change: 1 addition & 0 deletions packages/client/src/scss/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $img_default-background: url('@/assets/images/page-background.png');
$primary-color: #839d22;
$second-color: #00aeef;
$text-color: #f8f8f8;
$text-color-muted: #f5f5f5;
// colors
$c_default-background: #010101;

Expand Down

0 comments on commit d9b6f53

Please sign in to comment.