Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
change emergency card color
Browse files Browse the repository at this point in the history
  • Loading branch information
supunTE committed Apr 7, 2020
1 parent b39f113 commit 0c5c592
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ ul.timeline>li:before {
}

.card-emergency {
background-color: red;
background-color: rgb(133, 0, 0);
padding: 20px;
margin: 20px 0px;
}
Expand Down
48 changes: 22 additions & 26 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://covid19-sl-report.netlify.com/</loc>
<lastmod>2020-04-05T17:31:05+00:00</lastmod>
<priority>1.00</priority>
<loc>https://covid19-sl-report.netlify.com/</loc>
<lastmod>2020-04-07T17:29:44+01:00</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://covid19-sl-report.netlify.com/global.html</loc>
<lastmod>2020-04-05T17:31:05+00:00</lastmod>
<priority>0.80</priority>
<loc>https://covid19-sl-report.netlify.com/global.html</loc>
<lastmod>2020-04-07T17:29:44+01:00</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://covid19-sl-report.netlify.com/news.html</loc>
<lastmod>2020-04-05T17:31:05+00:00</lastmod>
<priority>0.80</priority>
<loc>https://covid19-sl-report.netlify.com/news.html</loc>
<lastmod>2020-04-07T17:29:48+01:00</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://covid19-sl-report.netlify.com/map.html</loc>
<lastmod>2020-04-05T17:31:05+00:00</lastmod>
<priority>0.80</priority>
<loc>https://covid19-sl-report.netlify.com/map.html</loc>
<lastmod>2020-04-07T17:29:48+01:00</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://covid19-sl-report.netlify.com/doc.html</loc>
<lastmod>2020-04-05T17:31:05+00:00</lastmod>
<priority>0.80</priority>
<loc>https://covid19-sl-report.netlify.com/timeline.html</loc>
<lastmod>2020-04-07T17:29:52+01:00</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://covid19-sl-report.netlify.com/doc.html</loc>
<lastmod>2020-04-07T17:29:49+01:00</lastmod>
<priority>1.0</priority>
</url>


</urlset>

0 comments on commit 0c5c592

Please sign in to comment.