Skip to content

Commit 2c43085

Browse files
committed
Updated statistics styles
1 parent b37a5b6 commit 2c43085

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

assets/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ h1 {
1515
}
1616

1717
a:link, a:visited {
18-
color: #2984b4;
18+
color: #0084b4;
1919
text-decoration: none;
2020
}
2121

@@ -81,9 +81,15 @@ div.header h1 {
8181
}
8282

8383
#num-repos, #num-members {
84-
font-size: 15px;
84+
font-size: 14px;
8585
font-weight: bold;
86-
color: #2984b4;
86+
color: #0084b4;
87+
line-height: 15px;
88+
}
89+
90+
#statistics p.email {
91+
margin-top: 6px;
92+
font-size: 11px;
8793
}
8894

8995
#recently-updated h1 a {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Statistics</h1>
2929
<br>
3030
<span id="num-members">&nbsp;</span> members
3131
</p>
32-
<p><a href="mailto:[email protected]">[email protected]</a></p>
32+
<p class="email"><a href="mailto:[email protected]">[email protected]</a></p>
3333
</div>
3434

3535
<div id="recently-updated" class="grid-2 omega header">

0 commit comments

Comments
 (0)