From 84fe0082d7cd72419e389a75e37ee4deb759e1bb Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sat, 3 Jul 2021 00:37:45 -0400 Subject: [PATCH] Added a link to the source code and an about page --- dist/index.html | 7 +++++++ src/style.css | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/dist/index.html b/dist/index.html index 36e797f..32bf88d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -36,6 +36,13 @@ all

+
+

+ Source + | + About +

+
diff --git a/src/style.css b/src/style.css index 9048a5a..d21a057 100644 --- a/src/style.css +++ b/src/style.css @@ -336,6 +336,16 @@ p { color: gold; } +#source > p { + font-size: 15px; + color: grey; +} + +#source > p > a { + font-size: 15px; + color: darkgrey; +} + #token-chart { color: white; }