Skip to content

Commit 3b5748f

Browse files
committed
Improve style
1 parent 972a19d commit 3b5748f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/scss/nav.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ nav .brand {
1414
}
1515

1616
nav .button {
17-
margin-top: .2em;
17+
margin: .2rem 0 0 .2rem;
18+
padding: .4rem 1rem;
1819
}

src/scss/table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ th {
66
}
77

88
th.active {
9-
color: $color4;
9+
color: $color2;
1010
}
1111

1212
th.active .arrow {

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
{% block content %}{% endblock %}
1616

17-
<footer class="container">
17+
<footer class="container padv">
1818
<p><a href="/">CoderStats</a> is a free service that displays statistics for coders with public Git repositories on GitHub.<br>
1919
<a href="https://github.com/coderstats/coderstats.net">Source Code</a>
2020
<a href="https://chrome.google.com/webstore/detail/necogepejonacpphmlmcagmbjaogpbng">Chrome Extension</a><a href="https://addons.mozilla.org/en-US/firefox/addon/coderstats/">Firefox Add-on</a><a href="https://teespring.com/stores/codershirts" title="T-Shirts, hoodies, mugs and stickers for coders">CoderShirts Store</a>

0 commit comments

Comments
 (0)