Fix Carbon's hover

This commit is contained in:
Rico Sta. Cruz 2016-08-13 10:18:36 +08:00
parent 8986e7d2f6
commit 0f0b733740
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 17 additions and 0 deletions

View File

@ -208,6 +208,11 @@
.side-ad a { .side-ad a {
text-decoration: none; text-decoration: none;
box-shadow: none; box-shadow: none;
background: rgba(255, 255, 255, .01);
}
.side-ad a:hover {
color: #111;
} }
.side-ad .carbon-text { .side-ad .carbon-text {
@ -220,6 +225,12 @@
color: #aaa; color: #aaa;
} }
@media (max-width: 480px) {
.side-ad {
display: none;
}
}
/* /*
* Cardbon: headline * Cardbon: headline
*/ */
@ -242,6 +253,12 @@
.headline-ad a { .headline-ad a {
text-decoration: none; text-decoration: none;
box-shadow: none; box-shadow: none;
display: block;
background: rgba(255, 255, 255, .01);
}
.headline-ad a:hover {
color: #111;
} }
.headline-ad img { .headline-ad img {