Skip to content

Commit

Permalink
Review - Fix background faq
Browse files Browse the repository at this point in the history
  • Loading branch information
at-github committed Nov 14, 2024
1 parent c194e99 commit 0abb40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/ecospheres/components/HomeFaq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const faqMinisterLink = `<a href="https://www.ecologie.gouv.fr/" class="fr-link"
<style scoped>
:deep(.fr-accordion__btn[aria-expanded='true']),
:deep(.fr-accordion__btn:hover) {
background-color: var(--blue-france-925-125);
background-color: #e3e3fd;
color: #000091;
}
:deep(.fr-collapse) {
Expand Down

0 comments on commit 0abb40b

Please sign in to comment.