FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit cc000273 authored by Jamie Giberti's avatar Jamie Giberti Committed by GitHub
Browse files

Merge pull request #128 from misd-service-development/linkcolourfix

add link colour styles
parents 41253363 817f039f
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,14 @@
color: #fff;
}
/* Ensure links in tables and messageboxes follow normal colour conventions */
.campl-message-box a, table a {
color: #0065b8;
}
.campl-message-box a:visited, table a:visited {
color: #551A8B;
}
/* Prevent padding on small table rows */
.campl-table tr.even, .campl-table tr.odd {
padding: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment