/* Theme Name: Astra Child Theme URI: https://exemple.com/astra-child Description: Thème enfant pour Astra. Author: Digitanie Author URI: https://exemple.com Template: astra Version: 1.0.0 Text Domain: astra-child */ /* ---------- Personnalisation du Thème Astra ---------- */ .site-header { background-color: #333333; } .site-header .ast-site-identity h1, .site-header .ast-site-identity h2 { color: #ffffff; } .main-navigation .menu-item a { color: #ffffff; } .main-navigation .menu-item a:hover { color: #FFD700; } .container { padding: 20px; } button, .button, .ast-button { background-color: #0066cc; color: #ffffff; border-radius: 5px; } button:hover, .button:hover, .ast-button:hover { background-color: #004a99; } a { color: #0066cc; } a:hover { color: #004a99; }