/*
 * Metro UI CSS v 0.1.1
 * Copyright 2012 Sergey Pimenov
 * Licensed under the MIT Lilcense
 *
 * Threme-dark.less
 *
 */
body {
  background: #1d1d1d;
}
.text-rest-state {
  color: #ffffff;
}
.text-rest2-state {
  color: rgba(255, 255, 255, 0.6);
}
.text-hover-state {
  color: rgba(255, 255, 255, 0.8);
}
.text-pressed-state {
  color: rgba(255, 255, 255, 0.4);
}
.link-text {
  color: #9466ff;
}
.link-text:hover {
  color: rgba(148, 102, 255, 0.8);
}
.link-text:active {
  color: rgba(148, 102, 255, 0.6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  color: rgba(255, 255, 255, 0.8);
}
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active {
  color: rgba(255, 255, 255, 0.4);
}
a,
.link {
  color: #9466ff;
}
a:hover,
.link:hover {
  color: rgba(148, 102, 255, 0.8);
}
a:active,
.link:active {
  color: rgba(148, 102, 255, 0.6);
}
.page .page-header .page-header-content .user-login .name {
  color: #fff;
}
