MDL-76563 theme: Change SCSS variable value

Change the value of the $pink SCSS colour variable so it is
colour contrast accessible on white backgrounds.
This commit is contained in:
Mikel Martín 2024-10-24 12:09:58 +02:00
parent ecfcf00d92
commit dbc4abab15
4 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ $black: #000 !default;
$blue: #0f6cbf !default;
$indigo: #6610f2 !default;
$purple: #613d7c !default;
$pink: #e83e8c !default;
$pink: #db1a74 !default;
$red: #ca3120 !default;
$orange: #f0ad4e !default;
$yellow: #ff7518 !default;

View File

@ -13302,7 +13302,7 @@ readers do not read off random characters that represent icons */
--blue: #0f6cbf;
--indigo: #6610f2;
--purple: #613d7c;
--pink: #e83e8c;
--pink: #db1a74;
--red: #ca3120;
--orange: #f0ad4e;
--yellow: #ff7518;
@ -13858,7 +13858,7 @@ mark,
code {
font-size: 87.5%;
color: #e83e8c;
color: #db1a74;
word-wrap: break-word;
}
a > code {

View File

@ -14,7 +14,7 @@ $black: #000 !default;
$blue: #0f6cbf !default;
$indigo: #6610f2 !default;
$purple: #613d7c !default;
$pink: #e83e8c !default;
$pink: #db1a74 !default;
$red: #ca3120 !default;
$orange: #f0ad4e !default;
$yellow: #ff7518 !default;

View File

@ -13302,7 +13302,7 @@ readers do not read off random characters that represent icons */
--blue: #0f6cbf;
--indigo: #6610f2;
--purple: #613d7c;
--pink: #e83e8c;
--pink: #db1a74;
--red: #ca3120;
--orange: #f0ad4e;
--yellow: #ff7518;
@ -13858,7 +13858,7 @@ mark,
code {
font-size: 87.5%;
color: #e83e8c;
color: #db1a74;
word-wrap: break-word;
}
a > code {