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; }