summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index cf7626d..50d1abb 100644
--- a/css/style.css
+++ b/css/style.css
@@ -17,6 +17,7 @@ body{
.day-forecast {
border-radius: 5px;
border: 1px solid lightgrey;
+ cursor: pointer;
}
.day-forecast h2 {
@@ -48,3 +49,15 @@ footer{
margin-right: 1rem;
margin-left: 1rem;
}
+
+.temp-label{
+ font-size: 4px;
+ text-anchor: middle;
+}
+.weather-label{
+ font-size: 8px;
+ text-anchor: middle;
+}
+.graph-line{
+ stroke: lightgrey;
+}