hello
How can I change the color of widgets or blocks that receive the widgets ?
thank you
http://nuage-pluie.org/
.box a {
color: #aaa;
}
.box a:active,
.box a:focus,
.box a:hover {
color: #ccc;
}