Added brand colors to style sheet

This commit is contained in:
Thomas Smith 2022-09-07 13:31:50 -04:00
parent d3c96b5aee
commit 002fc6bb93

View file

@ -34,6 +34,22 @@ body{
color: #949494; color: #949494;
} }
.light-gray{
color: #e1e1e1;
}
.white{
color: #ffffff;
}
.purple{
color: #8000ff;
}
.orange{
color: #ff4100;
}
/* General Typography */ /* General Typography */