Fix Carbon's hover
This commit is contained in:
parent
8986e7d2f6
commit
0f0b733740
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue