mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-24 13:19:52 -05:00
13 lines
361 B
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;
|
||
|
}
|