Skip to content

Commit b36a7ec

Browse files
committed
Improve legibility & nav on CoC page
1 parent f543b24 commit b36a7ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

code_of_conduct.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434

3535

3636
<style>
37-
p { text-align: left; color: #777 }
37+
main p { text-align: left; color: #777 }
38+
main p a { color:#A5CB39 }
3839
</style>
3940

4041
</head>
@@ -45,7 +46,7 @@
4546
<div id="content-wrap">
4647
<!-- main -->
4748
<main class="row">
48-
<img src="images/logo.png" alt="REST Fest logo" />
49+
<a href="."><img src="images/logo.png" alt="REST Fest logo" /></a>
4950

5051
<div id="main-content" class="twelve columns">
5152

0 commit comments

Comments
 (0)