Skip to content

Commit a8a3df2

Browse files
committed
updated links
1 parent eef17cd commit a8a3df2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/layout.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ header .social li {
9696
padding: 0;
9797
}
9898
header .social li a { color: #FFFFFF; }
99-
header .social li a:hover { color: #110; }
99+
header .social li a:hover { color: #0F9095; }
100100

101101
/* scrolldown link */
102102
header .scrolldown a {
@@ -118,7 +118,7 @@ header .scrolldown a {
118118
-o-transition: all .3s ease-in-out;
119119
transition: all .3s ease-in-out;
120120
}
121-
header .scrolldown a:hover { color: #110; }
121+
header .scrolldown a:hover { color: #0F9095; }
122122

123123
/* primary navigation
124124
--------------------------------------------------------------------- */
@@ -180,7 +180,7 @@ ul#nav li a {
180180
}
181181

182182
ul#nav li a:active { background-color: transparent !important; }
183-
ul#nav li.current a { color: #F06000; }
183+
ul#nav li.current a { color: #0F9095; }
184184

185185

186186
/* ------------------------------------------------------------------ */

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h3>Stax</h3>
253253
<em class="info">HackGT 2015</em></p>
254254

255255
<p>
256-
A wealth planning tool originally designed to help compare job offers but evolved into a long-term wealth tool. Source code <a title="Github" href="https://github.com/Millu/Map">here!</a>
256+
A wealth planning tool originally designed to help compare job offers but evolved into a long-term wealth tool. Source code <a title="Github" href="https://github.com/karthikrao5/stax">here!</a>
257257
</p>
258258

259259
</div>

0 commit comments

Comments
 (0)