From bf99b285a09ec4775eb403eaffbe7abcbe60448a Mon Sep 17 00:00:00 2001 From: Christos Date: Fri, 20 Dec 2024 22:12:54 +0000 Subject: Added semicolon --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 10ab126..7c950e2 100644 --- a/style.css +++ b/style.css @@ -174,6 +174,6 @@ background-color: #111; border-color: #222 } #main img[src$=svg] { -filter: invert(1) +filter: invert(1); } } -- cgit v1.2.3