diff --git a/src/index.html b/src/index.html index bb9721c..e826b92 100644 --- a/src/index.html +++ b/src/index.html @@ -78,7 +78,11 @@ Copy URL to this Chart -
+
+

+ Get alerted when the Token hits certain thresholds using TokenBot, find out more here! +

+

Looking for the retail WoW Token price? Find it here!

diff --git a/src/style.css b/src/style.css index 7efc882..175a5bc 100644 --- a/src/style.css +++ b/src/style.css @@ -420,6 +420,16 @@ details[open] summary { margin: 10px; } +.other-projects { + border: 1px solid silver; + margin-bottom: 10px; + font-size: 15px; +} + +.other-projects > p { + line-height: 1em; +} + .data-header h1 { margin-top: 24px; margin-bottom: 24px;