diff --git a/models/event.ts b/models/event.ts index 110f23f..5dcb873 100644 --- a/models/event.ts +++ b/models/event.ts @@ -142,7 +142,7 @@ export function get_events_collection_for_topic(topic_id: string): FSDB_COLLECTI event_id.slice(0, 14), event_id.slice(0, 34), event_id, - `${event_id}.json` /* TODO: this should be ${id}.json */ + `${event_id}.json` /* TODO: this should be ${id}.json - need to write a converter */ ]; }, indexers: { diff --git a/public/base.css b/public/base.css index 6d3fd9a..aa59bb9 100644 --- a/public/base.css +++ b/public/base.css @@ -1,6 +1,6 @@ /* Dark mode default */ :root { - --base-color: #fa0; + --base-color: #518; --bg: hsl(from var(--base-color) h 20% 7.5%);