From 2cd7b738c839eb7bef075f6438d276eefc74950f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 28 Aug 2019 11:52:42 +0200 Subject: Brushing up a bit and prepare for deploy. use relative links to resources, so we can deploy to sub-url. explicitly set colours for canvas elements, styling did not work in all browsers. also make it white on black. tighten fonts and make screening titles bigger. --- public/app.css | 4 ---- public/index.html | 10 +++++----- public/js/app.js | 15 ++++++++++----- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/public/app.css b/public/app.css index 72b178b..91af939 100644 --- a/public/app.css +++ b/public/app.css @@ -9,10 +9,6 @@ body { font-size: 10pt; } -canvas { - background-color: white; -} - a { color: wheat; } diff --git a/public/index.html b/public/index.html index 3fe7200..862a260 100644 --- a/public/index.html +++ b/public/index.html @@ -1,9 +1,10 @@ + Ravenheart 2019 Program - - + +

Ravenheart 2019

@@ -15,9 +16,8 @@