diff --git a/sass/base.scss b/sass/base.scss index ee0bf71..03ea76f 100644 --- a/sass/base.scss +++ b/sass/base.scss @@ -20,6 +20,10 @@ h3 { } } +.js-only { + display: none; +} + a, a:visited { color: #00a8a8; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 5d939b9..b3baef3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -43,5 +43,8 @@ + \ No newline at end of file