Commit d87cb84c authored by Administrator's avatar Administrator 💬

style: update colors

parent 4d81b1fa
Pipeline #10953 failed with stage
...@@ -13,26 +13,50 @@ ...@@ -13,26 +13,50 @@
color: #df8a13; color: #df8a13;
} }
.notices.yellow strong,
.notices.yellow b {
color: #df8a13;
}
.notices.red { .notices.red {
border-left: 10px solid #d9534f; border-left: 10px solid #d9534f;
background: #fdf7f7; background: #fdf7f7;
color: #b52b27; color: #b52b27;
} }
.notices.red b,
.notices.red strong {
color: #b52b27;
}
.notices.blue { .notices.blue {
border-left: 10px solid #5bc0de; border-left: 10px solid #5bc0de;
background: #f4f8fa; background: #f4f8fa;
color: #28a1c5; color: #28a1c5;
} }
.notices.blue b,
.notices.blue strong {
color: #28a1c5;
}
.notices.green { .notices.green {
border-left: 10px solid #5cb85c; border-left: 10px solid #5cb85c;
background: #f1f9f1; background: #f1f9f1;
color: #3d8b3d; color: #3d8b3d;
} }
.notices.green b,
.notices.green strong {
color: #3d8b3d;
}
.notices.purple { .notices.purple {
border-left: 10px solid #8f24da; border-left: 10px solid #8f24da;
background: #fdeffd; background: #fdeffd;
color: #8f24da; color: #8f24da;
} }
.notices.purple b,
.notices.purple strong {
color: #8f24da;
}
/** General Theme **/ /** 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 { strong {
color: #ac4901; color: #ac4901;
} }
b { b {
color: #0169c1; color: #0169c1;
} }
*****************************/
dl dt { dl dt {
display: inline; 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