Minor style updates

This commit is contained in:
2017-04-11 11:45:33 -04:00
parent a40ae6bd96
commit 10abcdd32f
3 changed files with 7 additions and 9 deletions

View File

@@ -104,13 +104,12 @@ section {
display: inline-block;
margin: 8px;
text-decoration: none;
color: #969499;
color: #563d7c;
font-size: 12px;
float: right; }
.items a.page:hover {
text-decoration: underline;
color: #563d7c; }
.items a.page.empty:hover {
text-decoration: underline; }
.items a.page.empty {
color: #969499;
text-decoration: none; }

View File

@@ -14,17 +14,16 @@ section {
display: inline-block;
margin: $pad-m;
text-decoration: none;
color: $midgray;
color: $purple;
font-size: 12px;
float: right;
}
a.page:hover {
text-decoration: underline;
color: $purple;
}
a.page.empty:hover {
a.page.empty {
color: $midgray;
text-decoration: none;
}
@@ -58,7 +57,7 @@ section {
b {
color: $darkgray;
}
em {
color: $midgray;
margin: 0 $pad-s;

View File

@@ -13,7 +13,7 @@
{% if fincom %}
<a href="/committees">manage</a>
{% endif %}
<h3>Fincom Web App</h3>
<h3>The Aaron Gutierrez, '17, Fincom Web App</h3>
</div>
<div class="container">
{% block main %}