dotfiles/.themes/dracula/gnome-shell/extensions/_openweather.scss

13 lines
361 B
SCSS

.openweather-current-summarybox,
.openweather-forecast-icon,
.openweather-current-databox-captions,
.openweather-current-databox-values,
.openweather-current-icon,
.openweather-forecast-summary,
.openweather-forecast-temperature{
background: transparent;
}
.openweather-current-databox-captions, .openweather-forecast-day {
color: $selected_bg_color;
}