diff --git a/_includes/avalanche-notice.html b/_includes/avalanche-notice.html new file mode 100644 --- /dev/null +++ b/_includes/avalanche-notice.html @@ -0,0 +1,28 @@ + + + + + diff --git a/css/main.css b/css/main.css --- a/css/main.css +++ b/css/main.css @@ -854,4 +854,7 @@ } } - +.avalanche-notice { + background: #001137; + color: #fff; +} diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -17,6 +17,8 @@
+ {% include avalanche-notice.html %} + {% include upgrade-notice.html %} {% assign latestVersion = site.data.github-releases[0].name %}