From 6b9698106c390661929207eceda8ecdee2e7737d Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 6 Feb 2022 23:16:58 +0800 Subject: [PATCH] sass: follow bg selector: fix typo --- _sass/minimal-mistakes/_noscript.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/minimal-mistakes/_noscript.scss b/_sass/minimal-mistakes/_noscript.scss index fd59170..fba6e5e 100644 --- a/_sass/minimal-mistakes/_noscript.scss +++ b/_sass/minimal-mistakes/_noscript.scss @@ -21,7 +21,7 @@ input#darkmode, input#lightmode { display: none; } -.greedy-nav__toggle:before, input#follow-botton + label:before { +.greedy-nav__toggle:before, input#follow-button + label:before { @supports (pointer-events: none) { content: ''; position: fixed; -- 2.38.5