diff --git a/resources/sass/pages/meteo.scss b/resources/sass/pages/meteo.scss index a5beba1..5bc7916 100644 --- a/resources/sass/pages/meteo.scss +++ b/resources/sass/pages/meteo.scss @@ -1,6 +1,11 @@ .meteo { width: 25rem; + &-date { font-size: 1.2rem; } + + .owf { + color: $mediumDark; + } }