Commit 03ff1bb4 authored by JC Brand's avatar JC Brand

Set color of links. Updates #130

parent 364c340a
...@@ -411,6 +411,12 @@ you can use the generic selector below, but it's slower: ...@@ -411,6 +411,12 @@ you can use the generic selector below, but it's slower:
display: block; display: block;
} }
#conversejs a {
text-decoration: none;
color: #436976;
text-shadow: none;
}
#conversejs form { #conversejs form {
padding: 0; padding: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment