@charset 'utf-8';
/*
 Theme Name:   Edema Child
 Theme URI:    http://edema.axiomthemes.com/
 Description:  Edema Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     edema
 Version:      1.0
 Tags:         inheritable theme options
 Text Domain:  edema
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* du texte sélectionné sera jaune sur fond rouge */
::-moz-selection {
  color: white;
  background: #e8c68b;
}

::selection {
  color: white;
  background: #e8c68b;
} 
/* le texte sélectionné dans un paragraphe */
/* sera blanc sur noir                     */
h1::-moz-selection {
  color: white;
  background: #e8c68b;
}

h1::selection {
  color: white;
  background: #e8c68b;
}

/* le texte sélectionné dans un paragraphe */
/* sera blanc sur noir                     */
p::-moz-selection {
  color: white;
  background: #e8c68b;
}

p::selection {
  color: white;
  background: #e8c68b;
}
