-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #924 from City-of-Helsinki/UHF-X_finetune_grey60
UHF-X: Finetune black-60 to be AAA accessible against white
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
// Color variables from HDS. | ||
@import '~hds-design-tokens/lib/color/all'; // Notice, SCSS format | ||
$color-black-60: #595959; // This color was discussed with HDS and Hel.fi Brand team. We're finetuning it to be a bit more darker to get AAA contrast ratio. HDS will update this probably at 4.0.0 release. | ||
|
||
// HDBT color variables | ||
$hdbt-color-black: var(--hdbt-color-black); | ||
$hdbt-color-white: #ffffff; | ||
$body-bg-color: $color-white; |