1

Intégration de mes livres à mes articles

This commit is contained in:
2025-12-09 13:55:48 +01:00
parent 4c8b68aea0
commit ae0e8a5e47
42 changed files with 213 additions and 33 deletions

View File

@@ -105,4 +105,12 @@
--weather-metric-bg: rgba(255, 255, 255, 0.03);
--weather-metric-border: 1px solid var(--gray-800);
--weather-icon-shadow: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
/* Oeuvres (blocs de livres) */
--color-oeuvre-heading: var(--gray-0);
--color-oeuvre-text: var(--color-text);
--color-oeuvre-link-primary-bg: var(--green-700);
--color-oeuvre-link-primary-text: var(--gray-0);
--color-oeuvre-link-primary-border: var(--green-500);
--color-oeuvre-link-secondary-text: var(--color-link);
}