diff --git a/src/components/Widgets/Weather.vue b/src/components/Widgets/Weather.vue index a2928d4b..364e1bb4 100644 --- a/src/components/Widgets/Weather.vue +++ b/src/components/Widgets/Weather.vue @@ -23,7 +23,6 @@ @@ -218,6 +189,9 @@ export default { &:not(:last-child) { border-bottom: 1px dashed var(--widget-text-color); } + span.lbl { + text-transform: capitalize; + } } } } diff --git a/src/components/Widgets/WeatherForecast.vue b/src/components/Widgets/WeatherForecast.vue index 83f883f8..3f77e4ea 100644 --- a/src/components/Widgets/WeatherForecast.vue +++ b/src/components/Widgets/WeatherForecast.vue @@ -31,8 +31,8 @@ @@ -266,6 +239,9 @@ export default { margin: 0.1rem 0.5rem; padding: 0.1rem 0; color: var(--widget-text-color); + span.lbl { + text-transform: capitalize; + } &:not(:last-child) { border-bottom: 1px dashed var(--widget-text-color); }