Set color of links. Updates #130

This commit is contained in:
JC Brand 2014-05-06 11:30:25 +02:00
parent 364c340ab5
commit 03ff1bb4e1

View File

@ -411,6 +411,12 @@ you can use the generic selector below, but it's slower:
display: block;
}
#conversejs a {
text-decoration: none;
color: #436976;
text-shadow: none;
}
#conversejs form {
padding: 0;
}