color dossier according to society

This commit is contained in:
2018-12-04 18:21:25 +01:00
parent 1fd3016ed3
commit 132e9b118d
9 changed files with 73 additions and 21 deletions

View File

@@ -105,3 +105,23 @@
.logo-small {
font-size: 50px;
}
.bg-PE {
background-color: #ffffb3 !important;
color: black;
}
.bg-ME {
background-color: #ffe44d !important;
color: black;
}
.bg-PL {
background-color: #b3ff66 !important;
color: black;
}
.bg-PO {
background-color: #b1dae7 !important;
color: black;
}
.bg-CD {
background-color: #ffb3cc !important;
color: black;
}