Skip to content

Commit dd66903

Browse files
authored
Update stylesheet.css
1 parent 127b7f3 commit dd66903

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

stylesheets/stylesheet.css

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010
color: #606c71; }
1111

1212
a {
13-
color: #1e6bb8;
13+
color: rgb(25,118,210);
1414
text-decoration: none; }
1515
a:hover {
1616
text-decoration: underline; }
@@ -56,20 +56,29 @@ 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(0, 129, 255)); }
61+
62+
.page-header a {
63+
color: #fff; }
6164

6265
@media screen and (min-width: 64em) {
6366
.page-header {
64-
padding: 5rem 6rem; } }
67+
padding: 5rem 6rem; }
68+
.page-header a {
69+
color: #fff; } }
6570

6671
@media screen and (min-width: 42em) and (max-width: 64em) {
6772
.page-header {
68-
padding: 3rem 4rem; } }
73+
padding: 3rem 4rem; }
74+
.page-header a {
75+
color: #fff; } }
6976

7077
@media screen and (max-width: 42em) {
7178
.page-header {
72-
padding: 2rem 1rem; } }
79+
padding: 2rem 1rem; }
80+
.page-header a {
81+
color: #fff; } }
7382

7483
.project-name {
7584
margin-top: 0;
@@ -112,7 +121,7 @@ a {
112121
margin-top: 2rem;
113122
margin-bottom: 1rem;
114123
font-weight: normal;
115-
color: #159957; }
124+
color: rgb(1,66,162); }
116125
.main-content p {
117126
margin-bottom: 1em; }
118127
.main-content code {

0 commit comments

Comments
 (0)