mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-01-29 21:17:39 +00:00
Twenty Eleven: make sure the featured post title link is visible in the dark color scheme
git-svn-id: https://develop.svn.wordpress.org/trunk@18172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
809cdf944d
commit
f12b34ea48
@ -312,13 +312,13 @@ article.feature-image.small .entry-summary p a:hover {
|
||||
article.feature-image.large .entry-title a {
|
||||
background: #ddd;
|
||||
background: rgba(0,0,0,0.8);
|
||||
color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
section.feature-image.large:hover .entry-title a,
|
||||
section.feature-image.large .entry-title:hover a {
|
||||
background: #111;
|
||||
background: rgba(255,255,255,0.8);
|
||||
color: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
section.feature-image.large img {
|
||||
border-bottom: 1px solid #222;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user