From 134679838bbe4eb4e250264e9a91160ed39f583d Mon Sep 17 00:00:00 2001 From: Giovanni Cappellotto Date: Sat, 1 Jul 2023 21:22:07 -0400 Subject: [PATCH] Fix "Expected identifier" error Closes #21 --- assets/css/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/theme.scss b/assets/css/theme.scss index 8e1bb07c3..877b3b40b 100644 --- a/assets/css/theme.scss +++ b/assets/css/theme.scss @@ -610,6 +610,6 @@ span.navigation:before { } .hover-opacity:hover { - transition: all.3s; + transition: all .3s; opacity:.8; }