diff --git a/web/_data/roadmap.json b/web/_data/roadmap.json index e0941cf..7832084 100644 --- a/web/_data/roadmap.json +++ b/web/_data/roadmap.json @@ -11,7 +11,7 @@ }, { "name": "🍷 Even More Public Lots", - "desc": "There will be a lot more public lots in the future, including bars and museums, as well as more complex lot types like festival spots.", + "desc": "There will be a lot more public lots in the future, as well as more complex lot types with multiple states, including museums and festival spots.", "stage": "Soon" }, { diff --git a/web/style.css b/web/style.css index 71f4279..483216e 100644 --- a/web/style.css +++ b/web/style.css @@ -182,6 +182,10 @@ body.dark-mode .text-muted { color: #929aa0 !important; } +body.dark-mode hr { + border-top: 1px solid rgba(0, 0, 0, 0.9); +} + @media (max-width: 576px) { .top-content {