_openweather.scss 361 B

12345678910111213
  1. .openweather-current-summarybox,
  2. .openweather-forecast-icon,
  3. .openweather-current-databox-captions,
  4. .openweather-current-databox-values,
  5. .openweather-current-icon,
  6. .openweather-forecast-summary,
  7. .openweather-forecast-temperature{
  8. background: transparent;
  9. }
  10. .openweather-current-databox-captions, .openweather-forecast-day {
  11. color: $selected_bg_color;
  12. }