From 002fc6bb933b965944d1f72df7408e03a1b088ab Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 7 Sep 2022 13:31:50 -0400 Subject: [PATCH] Added brand colors to style sheet --- src/static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/static/css/style.css b/src/static/css/style.css index 5d24e95..a499c50 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -34,6 +34,22 @@ body{ color: #949494; } +.light-gray{ + color: #e1e1e1; +} + +.white{ + color: #ffffff; +} + +.purple{ + color: #8000ff; +} + +.orange{ + color: #ff4100; +} + /* General Typography */