Skip to content

Commit 2030778

Browse files
toned down the green color of links
1 parent 534a0d4 commit 2030778

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

assets/index.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$black: #555;
2-
$green: #0FD482;
2+
$green: #69B373;
33
$white: #fff;
44
$dark-green: #09784a;
55

@@ -18,10 +18,6 @@ h1, h2, h3, h4, h5, h6 {
1818

1919
a {
2020
color: $green;
21-
22-
&:visited {
23-
color: #69B373;
24-
}
2521
}
2622

2723
$margin-small: 10px;

stylesheets/index.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ h1, h2, h3, h4, h5, h6 {
1010
color: #09784a; }
1111

1212
a {
13-
color: #0fd482; }
14-
a:visited {
15-
color: #69B373; }
13+
color: #69b373; }
1614

1715
.jumbotron {
1816
padding: 20px 5%;
19-
background: #0fd482 url("/images/green-gradient.png") repeat-x right bottom;
17+
background: #69b373 url("/images/green-gradient.png") repeat-x right bottom;
2018
display: block; }
2119
.jumbotron h1 a {
2220
display: block;
@@ -94,14 +92,14 @@ a {
9492
border-top: 1px solid #e0e0e0;
9593
background: transparent url("/images/city-arrow.png") no-repeat right center; }
9694
.wrapper .cities ul li a:hover, .wrapper .cities ul li a.highlight {
97-
background-color: #0fd482;
95+
background-color: #69b373;
9896
background-image: url("/images/city-arrow-hover.png"), url("/images/green-gradient.png");
9997
background-repeat: no-repeat, repeat-x;
10098
background-position: right center, left bottom;
10199
color: white;
102-
border-top-color: #0fd482; }
100+
border-top-color: #69b373; }
103101
.wrapper .cities ul li a:active {
104-
background-color: #0fd482;
102+
background-color: #69b373;
105103
background-image: url("/images/city-arrow-hover.png"), url("/images/green-gradient.png");
106104
background-repeat: no-repeat, repeat-x;
107105
background-position: right center, left top; }

0 commit comments

Comments
 (0)