Minor style updates
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user