diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index 298dd88..82c334a 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -1,5 +1,6 @@ {{ "" | safeHTML }} + Warning: Interactive features will not work with JavaScript disabled {{ "" | safeHTML }} diff --git a/site/static/css/custom.css b/site/static/css/custom.css index 14fba19..0c0fb51 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -12,6 +12,14 @@ blockquote p { .btn { white-space: normal; /* wrap button words */ } +noscript { + background-color: #fcf8e3; + border-bottom: 1px solid #faebcc; + color: #8a6d3b; + display: block; + padding: 6px 12px; + text-align: center; +} /* SUBPAGES */ .subpage {