Skip to content

Commit 31b12a6

Browse files
authored
Update brand colors (#147)
1 parent 9b8a112 commit 31b12a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_static/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
font-weight: 700;
9090
line-height: 24px;
9191
border-radius: 6px;
92-
background: linear-gradient(90deg, #F58E8E 0%, #F1B370 100%);
92+
background: linear-gradient(97.33deg, #7F96FF -3.51%, #F58E8E 109.45%);
9393
padding: 10px 24px;
9494
}
9595

@@ -136,19 +136,19 @@
136136

137137
.modal-content a {
138138
text-decoration: none;
139-
color: #F58E8E;
139+
color: #7F96FF;
140140
}
141141

142142
.modal-content a:hover {
143143
text-decoration: none;
144-
color: #F1B370;
144+
color: #F58E8E;
145145
}
146146

147147

148148
/* Announcement Banner */
149149

150150
.bd-header-announcement__content a {
151-
background-color: #f58e8e;
151+
background-color: #7F96FF;
152152
color: white;
153153
font-weight: bold;
154154
width: 100%;

0 commit comments

Comments
 (0)