diff --git a/src/index.html b/src/index.html index 5a0c4a6..5aac786 100644 --- a/src/index.html +++ b/src/index.html @@ -80,7 +80,11 @@ Copy URL to this Chart -
+
+

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

+

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

diff --git a/src/style.css b/src/style.css index fbac5cf..337ef7b 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;