feat(invite): fixes for org invite enhancement story, #2353

This commit is contained in:
Torkel Ödegaard
2015-08-17 10:55:52 +02:00
parent f7ea420a3f
commit 4a6b5274bc
7 changed files with 35 additions and 37 deletions

View File

@@ -19,13 +19,13 @@ body {
font-size: 14px; line-height: 19px;
}
a:hover {
color: #ff8f2b !important;
color: #2795b6 !important;
}
a:active {
color: #F2821E !important;
color: #2795b6 !important;
}
a:visited {
color: #E67612 !important;
color: #2ba6cb !important;
}
body {
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;