💄 Adding the style of the primevue link component

This commit is contained in:
Paul Valerie GOMA 2025-07-21 12:05:33 +02:00
parent b20b694012
commit e2d9b96b69

View File

@ -65,7 +65,7 @@
--p-button-secondary-focus-ring-color: var(--focus-color);
--p-button-danger-focus-ring-color: var(--focus-color);
/* link */
--p-button-link-color: var(--text-inverted-blue-france);
--p-button-link-hover-color: var(--text-inverted-blue-france);
--p-button-link-active-color: var(--text-inverted-blue-france);
--p-button-link-color: var(--text-action-high-blue-france);
--p-button-link-hover-color: var(--text-action-high-blue-france);
--p-button-link-active-color: var(--text-action-high-blue-france);
}