diff --git a/static/css/site.css b/static/css/site.css index 0d849e5..4dad1dd 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -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; } diff --git a/static/sass/items.scss b/static/sass/items.scss index e7dbc9a..f94d185 100644 --- a/static/sass/items.scss +++ b/static/sass/items.scss @@ -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; diff --git a/templates/boilerplate.html b/templates/boilerplate.html index 324cd34..bb5cf37 100644 --- a/templates/boilerplate.html +++ b/templates/boilerplate.html @@ -13,7 +13,7 @@ {% if fincom %} manage {% endif %} -

Fincom Web App

+

The Aaron Gutierrez, '17, Fincom Web App

{% block main %}