diff options
| author | itsGarrin <garrin.shieh@gmail.com> | 2023-11-07 10:40:14 -0500 |
|---|---|---|
| committer | itsGarrin <garrin.shieh@gmail.com> | 2023-11-07 10:40:14 -0500 |
| commit | e2e38322580304b8c0168f3e3a8a3986d229b0fd (patch) | |
| tree | b4d6f99882ed5628b9447893e42e8421b4517d91 /dashboard_website/static/css | |
| parent | 8dad8eaf2d1a9992e2779053f306f6d0736886bf (diff) | |
| parent | 20f22f05a8a7b049c6946ac056773bef954642e9 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'dashboard_website/static/css')
| -rw-r--r-- | dashboard_website/static/css/dashboard.css | 13 | ||||
| -rw-r--r-- | dashboard_website/static/css/leaflet_mods.css | 4 |
2 files changed, 13 insertions, 4 deletions
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; +} diff --git a/dashboard_website/static/css/leaflet_mods.css b/dashboard_website/static/css/leaflet_mods.css deleted file mode 100644 index 5fbb907..0000000 --- a/dashboard_website/static/css/leaflet_mods.css +++ /dev/null @@ -1,4 +0,0 @@ - -.icon-class { - transition: all 5s; /* time between GPS pings */ -} |
