diff --git a/scraper/src/maps2zim/assets/styles.css b/scraper/src/maps2zim/assets/styles.css index a47135b..a874b09 100644 --- a/scraper/src/maps2zim/assets/styles.css +++ b/scraper/src/maps2zim/assets/styles.css @@ -152,6 +152,29 @@ h1 { } /* About Page Styles */ +.close-button { + position: fixed; + top: 20px; + right: 20px; + display: flex; + align-items: center; + justify-content: center; + width: 32px; + height: 32px; + border: 1px solid #ddd; + border-radius: 50%; + background: white; + color: #333; + font-size: 24px; + line-height: 1; + text-decoration: none; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); +} + +.close-button:hover { + background-color: #f5f5f5; +} + .section { margin-top: 30px; padding-top: 25px; diff --git a/scraper/src/maps2zim/processor.py b/scraper/src/maps2zim/processor.py index 0a9d745..e6ed89b 100644 --- a/scraper/src/maps2zim/processor.py +++ b/scraper/src/maps2zim/processor.py @@ -1764,6 +1764,8 @@ def _create_about_html(