mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(invite): fixes for org invite enhancement story, #2353
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user