From 7715289091ce3d12eb7342352e6f774670d85395 Mon Sep 17 00:00:00 2001 From: Gregg Stubberfield Date: Wed, 7 Feb 2024 11:33:00 -0500 Subject: [PATCH] Revert "Move css into its own stylesheet" This reverts commit e2d81845250b552679d0dd088473bd1494597da2. --- css/weather.css | 41 ----------------------------------------- pages/weather.html | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 42 deletions(-) delete mode 100644 css/weather.css diff --git a/css/weather.css b/css/weather.css deleted file mode 100644 index 4a7404a..0000000 --- a/css/weather.css +++ /dev/null @@ -1,41 +0,0 @@ -:root { - --primary-color: #4e406a; - background-color: #efefef; -} - -.primary-color { - background-color: var(--primary-color); -} - -.primary-color-text { - color: var(--primary-color); -} - -.weather-container { - background-color: #fff; - margin: 0 auto; -} - -.temperature { - font-weight: bold; -} - -.weather-details { - color: #2f2f2f; - font-size: 1.2rem; -} - -.week img.card-image { - max-width: 100%; -} - -.today img.card-image { - max-width: 100px; -} - -@media screen and (max-width: 771px) { - .btn { - margin-bottom: 20px; - height: 100%; - } -} \ No newline at end of file diff --git a/pages/weather.html b/pages/weather.html index 717bf1c..93fa823 100644 --- a/pages/weather.html +++ b/pages/weather.html @@ -14,7 +14,49 @@ - +