Skip to content

Commit

Permalink
Update brand colors (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Mar 19, 2024
1 parent 9b8a112 commit 31b12a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit 31b12a6

Please sign in to comment.