diff --git a/css/sherman-red.css b/css/sherman-red.css index 3421b73..2831d2e 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -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 { @@ -3527,7 +3527,7 @@ select[multiple].input-lg, } .btn-link { - color: #113b7c; + color: #b02e36; font-weight: normal; cursor: pointer; border-radius: 0; @@ -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; } @@ -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; @@ -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; @@ -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; } @@ -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 { @@ -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 { @@ -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; diff --git a/sass/sherman-variables-red.scss b/sass/sherman-variables-red.scss index b80e93f..c03dbf4 100644 --- a/sass/sherman-variables-red.scss +++ b/sass/sherman-variables-red.scss @@ -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;