Fixed plum button color
All checks were successful
buildbot/django-dav-events--test Build done.

This commit is contained in:
2023-05-08 12:35:01 +02:00
parent f045517b3e
commit d1199eebda

View File

@@ -11,7 +11,7 @@
* cyan #54bbd9 #469db5 #d8ebf0 #a7d5e1 #86cfe4 #54bbd9 #4cb8d7 #17343c #3a8ea5 -------- Ski - ----- ------
* caramel #9c5b22 #78461a #f0e3d8 #e1c6b0 #ce792d #9c5b22 #935720 #3c230d #613915 -------- Wande ----- ------
* purple #866dac #566088 #e1d8f0 #c2b0e1 #a694c2 #866dac #8067a8 #2f263c #5a4876 -------- MTB - ----- ------
* plum #aa6c95 #784c69 #f0d4e7 #e6b0d4 #be91be #aa6c95 #a66691 #3c2635 #764867 -------- ----- famil ------
* plum #aa6c95 #784c69 #f0d4e7 #e6b0d4 #be91af #aa6c95 #a66691 #3c2635 #764867 -------- ----- famil ------
* brown #??? #??? #??? #??? #925f36 #??? #??? #??? #??? -------- ----- ----- ------
* black #??? #??? #??? #??? #??? #??? #??? #??? #??? -------- ----- ----- clear
* white #??? #??? #??? #??? #??? #??? #??? #??? #??? -------- ----- ----- ------
@@ -292,10 +292,10 @@ a.text-default:hover, a.text-default:focus {
* family: plum
*/
.label-level-family {
background-color: #be91be;
background-color: #be91af;
}
.btn-level-family {
background-color: #be91be;
background-color: #be91af;
border-color: #a66691;
color: #fff;
}
@@ -506,10 +506,10 @@ a.text-default:hover, a.text-default:focus {
background-color: #f0d4e7;
}
.label-plum {
background-color: #be91be;
background-color: #be91af;
}
.btn-plum {
background-color: #be91be;
background-color: #be91af;
border-color: #a66691;
color: #fff;
}