From 0f8f3ebf7f8e4626f706eb3d9d380ef5647f4e07 Mon Sep 17 00:00:00 2001 From: resynth1943 <resynth1943@tutanota.com> Date: Wed, 8 Jul 2020 18:34:15 +0100 Subject: [PATCH] Fix syntax error --- styling/infobox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styling/infobox.css b/styling/infobox.css index 9bcdb6b..f394d2d 100644 --- a/styling/infobox.css +++ b/styling/infobox.css @@ -41,7 +41,7 @@ font-weight: normal; } -.info-box > ul > li a:hover, ..info-box > ul > li a:focus { +.info-box > ul > li a:hover, .info-box > ul > li a:focus { background: #2d0675; } -- GitLab