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 {