/* Default Link Styles */
a {
- color: #690433;
+ color: #16345B;
line-height: inherit;
text-decoration: none; }
a:hover, a:focus {
- color: #5a032c; }
+ color: #132d4e; }
a img {
border: none; }
main #mid #golf {
margin-bottom: 50px; }
main #mid #golf h2 {
- color: #1479b0; }
+ color: #16345B; }
main #mid #golf #request {
margin-top: -20px;
padding: 0; }
float: right; }
.blog-feed-front-sub-link a {
- text-decoration: underline;
- color: #1479b0; }
+ text-decoration: underline; }
#ai1ec-container .ai1ec-views-dropdown {
/*display: none;*/ }
display: block;
margin: 0 auto 10px; }
#footer_address a {
- color: #690433;
+ color: #16345B;
text-decoration: underline;
font-style: normal;
font-family: "Open Sans"; }
}
.blog-feed-front-sub-link a {
text-decoration: underline;
- color: $blue;
+ // color: $blue;
}
\ No newline at end of file
#golf {
margin-bottom: 50px;
h2 {
- color: $blue;
+ color: $revamp-blue;
}
#request {
margin-top: -20px;
margin: 0 auto 10px;
}
a {
- color: $maroon;
+ color: $revamp-blue;
text-decoration: underline;
font-style: normal;
font-family: "Open Sans";
// We use these to style anchors
// $anchor-text-decoration: none;
// $anchor-text-decoration-hover: none;
- $anchor-font-color: $maroon;
+ $anchor-font-color: $revamp-blue;
// $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%);
// We use these to style the <hr> element