Skip to content

Commit

Permalink
Merge pull request #1 from green-code-initiative/customisation-lithium
Browse files Browse the repository at this point in the history
Customization for Lithium team
  • Loading branch information
jhertout authored May 21, 2024
2 parents cb27202 + 3966e43 commit fad3a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
/* Colors */
--color-primary: #355086;
--color-primary: #FF9D01;
--color-on-primary: #ffffff;
--color-primary-lighter: hsl(220, 43%, 65%);
--color-primary-focus-ring: hsl(220, 43%, 37%, 20%);
Expand Down
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import AppSection from "@/components/shared/AppSection.vue";
<template>
<AppHero
variant="primary"
title="Réduisons l'impact environnemental et social des solutions numériques"
title="Equipe Lithium - Réduisons l'impact environnemental et social des solutions numériques"
sub-title="ecoCode est un outil Open Source basé sur un référentiel de règles d'éco-conception logicielle."
>
<img class="hero" src="@/assets/img/logo-large.webp" width="358" height="204" alt="ecoCode large logo"/>
Expand Down

0 comments on commit fad3a7f

Please sign in to comment.