ajout de descriptions et mécaniques
This commit is contained in:
@@ -45,6 +45,22 @@ const { title } = Astro.props;
|
||||
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap");
|
||||
|
||||
:root {
|
||||
/* Encres (Classes) */
|
||||
--color-martial: rgba(230, 57, 70, 1);
|
||||
--color-arcane: rgba(147, 72, 255, 1);
|
||||
--color-divin: rgba(200, 155, 60, 1);
|
||||
--color-primal: rgba(42, 157, 143, 1);
|
||||
--color-hybride: rgba(100, 100, 100, 1);
|
||||
|
||||
/* Spectres (Espèces) */
|
||||
--color-solaire: rgba(200, 155, 60, 0.4);
|
||||
--color-elementaire: rgba(0, 171, 255, 0.4);
|
||||
--color-terrestre: rgba(139, 69, 19, 0.4);
|
||||
--color-sylvestre: rgba(0, 128, 0, 0.4);
|
||||
--color-ombre: rgba(75, 0, 130, 0.4);
|
||||
|
||||
/* Défaut */
|
||||
--color-default: #c89b3c;
|
||||
/* Palette de base */
|
||||
--color-parchment: #fdf6e8;
|
||||
--color-ink: #403a25;
|
||||
@@ -112,7 +128,6 @@ const { title } = Astro.props;
|
||||
main a[href]:hover {
|
||||
background-color: var(--color-gold);
|
||||
color: white !important;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
/* --- TABLEAUX (GFM) --- */
|
||||
|
||||
Reference in New Issue
Block a user