Skip to content

Commit

Permalink
INTERIM-77 Fixed background color selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
angelamnr committed Jun 5, 2017
1 parent 3a0cbb9 commit f6dd17d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -725,23 +725,23 @@ input[type=submit].form-submit {
margin-right: 0.5rem;
}

.image-link .link-red h2,
.image-link .link-red p { background: #cc0000; }
.image-link.link-red h2,
.image-link.link-red p { background: #cc0000; }

.image-link .link-blue h2,
.image-link .link-blue p { background: #006ba6; }
.image-link.link-blue h2,
.image-link.link-blue p { background: #006ba6; }

.image-link .link-green h2,
.image-link .link-green p { background: #76881d; }
.image-link.link-green h2,
.image-link.link-green p { background: #76881d; }

.image-link .link-dark-red h2,
.image-link .link-dark-red p { background: #7c2529; }
.image-link.link-dark-red h2,
.image-link.link-dark-red p { background: #7c2529; }

.image-link .link-dark-blue h2,
.image-link .link-dark-blue p { background: #003D4C; }
.image-link.link-dark-blue h2,
.image-link.link-dark-blue p { background: #003D4C; }

.image-link .link-dark-green h2,
.image-link .link-dark-green p { background: #3E4827; }
.image-link.link-dark-green h2,
.image-link.link-dark-green p { background: #3E4827; }

/* --- Image with link overlay --- */

Expand Down

0 comments on commit f6dd17d

Please sign in to comment.