From 6af6158057fbadaac3993bec1cb589ddb8a791db Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 22 Dec 2023 23:11:29 +1000 Subject: [PATCH] fix the js only thing --- sass/base.scss | 4 ++++ templates/base.html | 3 +++ 2 files changed, 7 insertions(+) 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