From 0f0b7337407b931eeba67c7397bf245ffcb3df5d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sat, 13 Aug 2016 10:18:36 +0800 Subject: [PATCH] Fix Carbon's hover --- assets/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/assets/style.css b/assets/style.css index c0056eb2e..a1b23c7f2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -208,6 +208,11 @@ .side-ad a { text-decoration: none; box-shadow: none; + background: rgba(255, 255, 255, .01); +} + +.side-ad a:hover { + color: #111; } .side-ad .carbon-text { @@ -220,6 +225,12 @@ color: #aaa; } +@media (max-width: 480px) { + .side-ad { + display: none; + } +} + /* * Cardbon: headline */ @@ -242,6 +253,12 @@ .headline-ad a { text-decoration: none; box-shadow: none; + display: block; + background: rgba(255, 255, 255, .01); +} + +.headline-ad a:hover { + color: #111; } .headline-ad img {