From 43e566b3de4a144fe7ec196c959041a7ca28312d Mon Sep 17 00:00:00 2001 From: Gitai Date: Thu, 19 Mar 2020 08:53:58 +0800 Subject: [PATCH] Update style.css A syntax error --- html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index 6743c01..24a3ed0 100644 --- a/html/style.css +++ b/html/style.css @@ -69,7 +69,7 @@ a:hover { } .click-to-edit span:active, .click-to-edit div:active { box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; - border-color: #000\9; + border-color: #000; } /* Firefox: Get rid of the inner focus border */ .click-to-edit span::-moz-focus-inner,