/* Community v1.3.15 — remove gray from the weather-condition panels. */

html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-rating,
html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-grid > span,
html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-tip {
  color:#f8f4ff!important;
  border:1px solid rgba(185,103,255,.30)!important;
  background:
    linear-gradient(145deg,rgba(38,18,68,.98),rgba(17,10,36,.98))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 8px 20px rgba(3,2,12,.18)!important;
}

html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-rating strong,
html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-grid b,
html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-tip {
  color:#fff!important;
}

html body.gmr-community-page .gmr-network-v8 .gmr-weather-card .gmr-weather-grid small {
  color:#dcd0eb!important;
}
