Applique le panel recette sur les recettes

This commit is contained in:
Stanislas Jouffroy 2025-03-22 15:01:17 +01:00
parent 75a822112f
commit 783ce3f332
8 changed files with 25 additions and 25 deletions

View file

@ -100,9 +100,9 @@ figure > figcaption {
}
.panel-recipe {
--panel-font-color: #000;
--panel-background-color: #b0b0b0;
--custom-link-text-color: #2e7eb3;
--custom-link-text-hover-color: #2e7eb3;
--panel-background-color: #CDCCCC;
--custom-link-text-color: #{variable.$default-link-text-color};
--custom-link-text-hover-color: #{variable.$default-link-text-hover-color};
}
.panel-success {
--panel-font-color: #fff;