Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit b0b28b5

Browse files
author
Justin Slattery
committed
color changes
1 parent 997b0b5 commit b0b28b5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

stylesheets/stylesheet.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ 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: #16222A; /* fallback for old browsers */
60+
background: -webkit-linear-gradient(to left, #16222A , #3A6073); /* Chrome 10-25, Safari 5.1-6 */
61+
background: linear-gradient(to left, #16222A , #3A6073); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
6162

6263
@media screen and (min-width: 64em) {
6364
.page-header {
@@ -112,7 +113,7 @@ a {
112113
margin-top: 2rem;
113114
margin-bottom: 1rem;
114115
font-weight: normal;
115-
color: #159957; }
116+
color: #3A6073; }
116117
.main-content p {
117118
margin-bottom: 1em; }
118119
.main-content code {

0 commit comments

Comments
 (0)