Thanks a lot for your answer.
I've found a data file called:
"count-per-day/counter-rtl.css"
But I still don't know, how to change the ".cpd-dashboard li b,"- code there to get another colour.
The complete code is:
.cpd_front_list,
.cpd_front_list li
{
margin-right: 0 !important;
}
.cpd_front_list li,
.cpd-l,
.cpd-notes td,
.cpd-notes th
{
text-align: right;
}
.cpd_front_list li b,
.cpd-dashboard li b,
.cpd-r
{
float: left;
}
I tried it like this, but it didn't work:
.cpd_front_list li b,
.cpd-dashboard li b,
.cpd-r
{
float: left; color: black;
}