/**
 * See .info file for LESS variable definitions
 * You can use LESS mixins like darken, lighten, contrast to extend the basic variables instead of having to explicitly define every color.
 * See: http://lesscss.org/functions/
 *
 * You could also define your colors in theme.css.less instead of a separate colors.css.less.
 */
body {
  background-color: #ffffff;
  color: #333333;
}
a {
  color: #2a6ebb;
}
a:hover {
  color: #005a96;
}
h1 {
  color: #333333;
}
h2 {
  color: #111111;
}
h3 {
  color: #222222;
}
.highlight {
  background: #f4d03f;
}
.ui-dialog .ui-widget-content a {
  color: #2a6ebb;
}
