Placeholder style

This commit is contained in:
David Cook
2023-12-12 16:39:01 +11:00
parent e578f697f5
commit 2756e37603
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
input {
&::placeholder {
color: $light-grey;
color: $medium-light-grey;
}
}
}

View File

@@ -11,6 +11,7 @@ $yellow: #ff9300 !default; // Yellow
$mystic: #d9e8eb !default; // Mystic
$lighter-grey: #f8f9fa !default; // Lighter grey
$light-grey: #eff1f2 !default; // Light grey (Porcelain)
$medium-light-grey: #babdbe !default; // Silver Sand
$medium-grey: #919191 !default; // Medium grey
$dark-grey: #2e3132 !default; // Dark Grey
$near-black: #191c1d !default; // Near-black (Shark)