/*
Theme Name: Twenty Twenty-Five RGAA
Template: twentytwentyfive
Version: 1.0
*/

/* Exemple de couleurs : vérifier le ratio avec l'outil de contraste avant validation */
.wp-block-post-title a {
  color: #000000; /* couleur différente du texte environnant */
}
.wp-block-post-title a:visited { color: #5b2fa5; }
.wp-block-post-title a:hover,
.wp-block-post-title a:active,
.wp-block-post-title a:focus {
  color: #a61917;
}

/* Toujours prévoir un indicateur non chromatique au focus si possible */
.wp-block-post-title a:focus {
  outline: 3px solid rgba(59, 223, 111, 0.25);
  outline-offset: 3px;
}