/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
  footer a:hover,
  footer a:active {
    color: #666666 !important;
    text-decoration: none !important;
  }
  header a:hover,
  header a:active {
    color: #666666 !important;
    text-decoration: none !important;
  }
a.card-slider__slide-content {
  text-decoration: none !important;
}
</style>