/**
* Theme Name: Styler Child
* Description: This is a child theme of Styler.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: styler
* Version: 1.6.2
*/



/* Fix: Remove global hover transparency from all anchor tags.
   The parent Styler theme sets a:hover { opacity: 0.8 } which
   makes every button/link go semi-transparent on hover. */
a:hover {
    opacity: 1;
}