From 31b12a6f831de78ec64ec9bb20a9fb778bb7a458 Mon Sep 17 00:00:00 2001 From: Janaka-Steph Date: Tue, 19 Mar 2024 11:28:52 -0300 Subject: [PATCH] Update brand colors (#147) --- _static/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_static/main.css b/_static/main.css index 2821d9c..58e6d33 100644 --- a/_static/main.css +++ b/_static/main.css @@ -89,7 +89,7 @@ font-weight: 700; line-height: 24px; border-radius: 6px; - background: linear-gradient(90deg, #F58E8E 0%, #F1B370 100%); + background: linear-gradient(97.33deg, #7F96FF -3.51%, #F58E8E 109.45%); padding: 10px 24px; } @@ -136,19 +136,19 @@ .modal-content a { text-decoration: none; - color: #F58E8E; + color: #7F96FF; } .modal-content a:hover { text-decoration: none; - color: #F1B370; + color: #F58E8E; } /* Announcement Banner */ .bd-header-announcement__content a { - background-color: #f58e8e; + background-color: #7F96FF; color: white; font-weight: bold; width: 100%;