summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorekaitz-zarraga <ekaitz-zarraga@noreply.codeberg.org>2023-02-14 09:21:38 +0000
committerekaitz-zarraga <ekaitz-zarraga@noreply.codeberg.org>2023-02-14 09:21:38 +0000
commit0ed3e6a25a6944ad0c16d15ecd4e028a242c2d23 (patch)
treea64a1c17b38e832edea006065e56d59485b45af0 /css
parent05f66eb8526c7cb3bde1b1bce8762fb93767ba36 (diff)
parent027e6e5a240b8c622af0c6a7b2916197d3fb6501 (diff)
Merge pull request 'ViewPort cambiado + CSS Mayus' (#2) from eloy123/weather-app:master into master
Reviewed-on: https://codeberg.org/ekaitz-zarraga/weather-app/pulls/2
Diffstat (limited to 'css')
-rw-r--r--css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 50d1abb..459fdec 100644
--- a/css/style.css
+++ b/css/style.css
@@ -61,3 +61,9 @@ footer{
.graph-line{
stroke: lightgrey;
}
+.day-forecast-text p{
+ text-transform: lowercase;
+}
+.day-forecast-text p:first-letter {
+text-transform: uppercase;
+}