Merge pull request #621 from tiwariav/task/4376/cms_promo_section_link_color

Task/4376 cms promo link color
This commit is contained in:
Arvind Tiwari 2018-04-13 18:44:51 +05:30 committed by GitHub
commit 00be159285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1231,6 +1231,15 @@ footer {
background-position: center;
}
.promo-section.promo-with-bg a {
color: #87B6EA;
}
.promo-section.promo-with-bg a:hover,
.promo-section.promo-with-bg a:focus {
color: #77a6da;
}
.promo-section h3 {
font-weight: 700;
font-size: 36px;