Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
colors essai
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 26, 2024
1 parent 8d38b83 commit cb19913
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions logo.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#B61900 rouge foncé
#E52100 rouge moyen foncé
#E22700 rouge
#FFFFFF blanc
#001014 noir
#869CA2 gris
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h5 class="modal-title" id="alertModalLabel"></h5>
}

body {
background-color: #333;
background-color: #869CA2;
color: white;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

body {
background-color: #333;
background-color: #869CA2;
color: white;
}

Expand Down

0 comments on commit cb19913

Please sign in to comment.