Skip to content

Commit f088086

Browse files
author
MagdalenaJadach
authored
Merge pull request #4 from RaspberryPiFoundation/tweak-color-block
Bump color shade
2 parents bba18ce + 3baff16 commit f088086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ui-black-transparent: hsla(0, 0%, 0%, 0.15); /* 15% transparent version of blac
1414
$text-primary: hsla(225, 15%, 40%, 1); /* #575E75 */
1515
$text-primary-transparent: hsla(225, 15%, 40%, 0.75);
1616

17-
$motion-primary: hsla(215, 100%, 65%, 1); /* #4C97FF */
17+
$motion-primary: hsla(215, 60%, 50%, 1); /* #3373CC */
1818
$motion-tertiary: hsla(215, 60%, 50%, 1); /* #3373CC */
1919
$motion-transparent: hsla(215, 100%, 65%, 0.35); /* 35% transparent version of motion-primary */
2020
$motion-light-transparent: hsla(215, 100%, 65%, 0.15); /* 15% transparent version of motion-primary */

0 commit comments

Comments
 (0)