/*
 Theme Name:   Markty Child Theme
 Theme URI:    https://markty.axiomthemes.com/
 Description:  Markty is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     markty
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  markty
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
a:link {
  color: #333333; /* couleur normale du lien */
}

a:visited {
  color: #666666; /* couleur quand le lien a déjà été visité */
}

a:hover {
  color: #ffffff !important; /* couleur au survol */
  text-decoration: underline; /* effet visuel en option */
}

a:active {
  color: #cccccc; /* couleur au clic (momentané) */
}