service outages and use nws api

This commit is contained in:
Nicholas Orlowsky 2022-10-22 16:21:03 -05:00
parent 025e993700
commit 22129d5268
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
5 changed files with 126 additions and 60 deletions

View file

@ -1,6 +1,23 @@
.App {
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
}
.low-severity {
background-color: #98fb98
}
.med-severity {
background-color: #eee8aa
}
.high-severity {
background-color: #f08080
}
.incident {
border-radius: 20px;
padding: .75rem;
}