From 5e432d44568b5ec6c39c07718fcabe924f7e4bed Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 6 Nov 2023 22:21:33 -0500 Subject: Dashboard progress: layout, map, route drawing --- dashboard_website/static/css/dashboard.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dashboard_website/static/css/dashboard.css (limited to 'dashboard_website/static/css/dashboard.css') diff --git a/dashboard_website/static/css/dashboard.css b/dashboard_website/static/css/dashboard.css new file mode 100644 index 0000000..b4110a7 --- /dev/null +++ b/dashboard_website/static/css/dashboard.css @@ -0,0 +1,13 @@ + +.icon-class { + transition: all 5s; /* time between GPS pings */ +} + +@font-face { + font-family: "HWYGOTH"; + src: url("/static/fonts/HWYGOTH.ttf"); +} +* { + font-family:HWYGOTH; + color: lightgray; +} -- cgit v1.2.3