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

This commit is contained in:
2023-05-05 13:42:39 +02:00
parent 8c36b86cbc
commit f045517b3e

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 #a068a0 #784e78 #ebd4eb #dcb1dc #be91be #906e90 #a780a7 #352935 #705670 -------- ----- famil ------
* plum #aa6c95 #784c69 #f0d4e7 #e6b0d4 #be91be #aa6c95 #a66691 #3c2635 #764867 -------- ----- famil ------
* brown #??? #??? #??? #??? #925f36 #??? #??? #??? #??? -------- ----- ----- ------
* black #??? #??? #??? #??? #??? #??? #??? #??? #??? -------- ----- ----- clear
* white #??? #??? #??? #??? #??? #??? #??? #??? #??? -------- ----- ----- ------
@@ -296,12 +296,12 @@ a.text-default:hover, a.text-default:focus {
}
.btn-level-family {
background-color: #be91be;
border-color: #a780a7;
border-color: #a66691;
color: #fff;
}
.btn-level-family.focus, .btn-level-family:focus, .btn-level-family:hover {
background-color: #906e90;
border-color: #352935;
background-color: #aa6c95;
border-color: #3c2635;
color: #fff;
}
@@ -500,22 +500,22 @@ a.text-default:hover, a.text-default:focus {
color: #fff;
}
.text-plum {
color: #a068a0;
color: #aa6c95;
}
.bg-plum {
background-color: #ebd4eb;
background-color: #f0d4e7;
}
.label-plum {
background-color: #be91be;
}
.btn-plum {
background-color: #be91be;
border-color: #a780a7;
border-color: #a66691;
color: #fff;
}
.btn-plum.focus, .btn-plum:focus, .btn-plum:hover {
background-color: #906e90;
border-color: #352935;
background-color: #aa6c95;
border-color: #3c2635;
color: #fff;
}