Skip to content

Commit cedc7d3

Browse files
committed
website: update styles
1 parent c97d210 commit cedc7d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

stylesheets/stylesheet.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ a {
5656
.page-header {
5757
color: #fff;
5858
text-align: center;
59-
background-color: #159957;
60-
background-image: linear-gradient(120deg, #155799, #159957); }
59+
background-color: rgb(25,118,210);
60+
background-image: linear-gradient(120deg, rgb(25,118,210), rgb(1,66,162));
61+
62+
.page-header a {
63+
color: #fff; }
6164

6265
@media screen and (min-width: 64em) {
6366
.page-header {

0 commit comments

Comments
 (0)