Commit d87cb84c authored by Administrator's avatar Administrator 💬

style: update colors

parent 4d81b1fa
Pipeline #10953 failed with stage
......@@ -13,26 +13,50 @@
color: #df8a13;
}
.notices.yellow strong,
.notices.yellow b {
color: #df8a13;
}
.notices.red {
border-left: 10px solid #d9534f;
background: #fdf7f7;
color: #b52b27;
}
.notices.red b,
.notices.red strong {
color: #b52b27;
}
.notices.blue {
border-left: 10px solid #5bc0de;
background: #f4f8fa;
color: #28a1c5;
}
.notices.blue b,
.notices.blue strong {
color: #28a1c5;
}
.notices.green {
border-left: 10px solid #5cb85c;
background: #f1f9f1;
color: #3d8b3d;
}
.notices.green b,
.notices.green strong {
color: #3d8b3d;
}
.notices.purple {
border-left: 10px solid #8f24da;
background: #fdeffd;
color: #8f24da;
}
.notices.purple b,
.notices.purple strong {
color: #8f24da;
}
/** General Theme **/
strong {
color: #c96233;
}
/*couleur strong et b à implémenter dès que la solution sera trouvée pour les désactiver dans les notices,
c'est à dire que dans les notices la couleur des caractères gras soit celle de chaque notice
strong {
color: #ac4901;
}
b {
color: #0169c1;
}
*****************************/
dl dt {
display: inline;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment