mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
hr fix and roadmap reword
This commit is contained in:
parent
30cad94cf2
commit
8fb51456fd
2 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "🍷 Even More Public Lots",
|
"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"
|
"stage": "Soon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -182,6 +182,10 @@ body.dark-mode .text-muted {
|
||||||
color: #929aa0 !important;
|
color: #929aa0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.dark-mode hr {
|
||||||
|
border-top: 1px solid rgba(0, 0, 0, 0.9);
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
|
|
||||||
.top-content {
|
.top-content {
|
||||||
|
|
Loading…
Reference in a new issue