diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 6 |
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; +} |