/*-----------------------------------------------
  Surcharge du thème tablesorter SPIP pour l'espace public
  Selon la configuration du plugin tablesorter, à inclure côté 
  public uniquement, et après tablesorter.theme.spip.css
  Ce fichier peut être surchargé pour y apporter vos propres couleurs
 -----------------------------------------------*/

.tablesorter-spip {
	--tablesorter-cell-padding: 0.25em;
	--tablesorter-color-accent: #E1E5E8;
	--tablesorter-color-accent-light: #EDEEF6;
	--tablesorter-color-accent-lightest: #E8E9EF;
	--tablesorter-color-gray-dark:#444;
	--tablesorter-color-gray: #AAA;
	--tablesorter-color-gray-light:#CCC;
	--tablesorter-color-gray-lighter: #EEE;
}