diff --git a/dev.toml b/dev.toml index 795b0a4..19f2b15 100644 --- a/dev.toml +++ b/dev.toml @@ -1,2 +1,5 @@ [Server] Port = 1234 + +[Template] +ActiveCard = "stores" diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 6dc2afb..79ce6f1 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -70,10 +70,6 @@ body { overflow: auto; } -#stores { - display: none; -} - .card { background-color: rgba(255, 255, 255, 0.5); width: 10em;