Skip to content
Snippets Groups Projects
Commit 41cae0b6 authored by Aspectis's avatar Aspectis Committed by Dorian Merz
Browse files

refs #19121 [fid_bbi] change colors

Use a slightly darker red.
parent 42986099
No related merge requests found
// Opaque colors
$color-a: #00a376; // Green (PANTONE 2242 C)
$color-b: #e0004d; // Red (PANTONE 1925 C)
$color-a: #00a376; // Green
$color-b: #d80050; // Red
$color-c: mix($color-a, adjust-hue($color-a, 45), 20); // Blue
$color-d: #616971; // Gray
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment