Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Red footer links
  • Loading branch information
andrewmbacon committed Mar 4, 2015
1 parent b5a2619 commit fb6da3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions css/sherman-red.css
Expand Up @@ -1181,11 +1181,11 @@ textarea {
}

a {
color: #113b7c;
color: #b02e36;
text-decoration: none;
}
a:hover, a:focus {
color: #081b39;
color: #9c2930;
text-decoration: underline;
}
a:focus {
Expand Down Expand Up @@ -3527,7 +3527,7 @@ select[multiple].input-lg,
}

.btn-link {
color: #113b7c;
color: #b02e36;
font-weight: normal;
cursor: pointer;
border-radius: 0;
Expand All @@ -3541,7 +3541,7 @@ select[multiple].input-lg,
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #081b39;
color: #9c2930;
text-decoration: underline;
background-color: transparent;
}
Expand Down Expand Up @@ -4129,7 +4129,7 @@ tbody.collapse.in {
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #113b7c;
border-color: #b02e36;
}
.nav .nav-divider {
height: 1px;
Expand Down Expand Up @@ -4759,7 +4759,7 @@ tbody.collapse.in {
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;
color: #113b7c;
color: #b02e36;
background-color: white;
border: 1px solid #dddddd;
margin-left: -1px;
Expand All @@ -4778,7 +4778,7 @@ tbody.collapse.in {
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
color: #081b39;
color: #9c2930;
background-color: #eeeeee;
border-color: #dddddd;
}
Expand Down Expand Up @@ -4976,7 +4976,7 @@ a.label:hover, a.label:focus {
padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #113b7c;
color: #b02e36;
background-color: white;
}
.nav-pills > li > a > .badge {
Expand Down Expand Up @@ -5057,7 +5057,7 @@ a.badge:hover, a.badge:focus {
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #113b7c;
border-color: #b02e36;
}

.alert {
Expand Down Expand Up @@ -7293,7 +7293,7 @@ button.close {
color: inherit !important;
}
#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time {
color: #081b39 !important;
color: #9c2930 !important;
}
#content .widget.uc-ecw .uc-listcal {
padding-left: 3.7em !important;
Expand Down
5 changes: 3 additions & 2 deletions sass/sherman-variables-red.scss
Expand Up @@ -38,8 +38,9 @@ $dropdown-link-active-bg: #d0d0d0;
$widget-border-color: #eaeaea;
$widget-head-color: #081B39;

$link-color: #113b7c;
$link-hover-color: darken($link-color, 15%) !default;
$link-color: #b02e36;
$link-hover-color: darken($link-color, 5%) !default;


// Calendar
$ecw-icon-month-bg: #f5f5f5;
Expand Down

0 comments on commit fb6da3a

Please sign in to comment.