/*
Theme Name: Splann v2
Theme URI: https://splann.iamlegh.com
Author: Legh
Author URI: https://iamlegh.com/
Description: Thème conçu sur mesure pour l'équipe de SPlann
Version: 2.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: splann_v2
Requires at least: 4.6
Tested up to: 6.0
Requires PHP:  >7.0
*/




a.author.url.fn,.bottom-tags > a {
    color: var(--color-contrast-medium)!important;
    text-decoration:none;
    transition: color ease .4s;
}
a.author.url.fn:hover, .bottom-tags > a:hover {
    color: var(--color-accent)!important;
}
.data-time{
	color: var(--color-contrast-low)!important;
    transition: color ease .4s;
}
.data-time:hover {
    color: var(--color-contrast-medium)!important;
}