Colour changes to make contrast 0 errors at WCAG2AA

This commit is contained in:
perryharlock
2013-11-14 15:30:42 +00:00
parent 6b6ce57e48
commit c249a542bf
5 changed files with 19 additions and 11 deletions

View File

@@ -96,6 +96,14 @@
.delete-button:hover {
color:lighten(@brand-danger, 8%);
}
.footer a, .breadcrumb a {
text-decoration:underline;
}
.breadcrumb a {
&:hover, &:active, &:focus {
text-decoration: none;
}
}
/* Type */
.h1 {