From 05205a0ca1ce740b463d5e92d39db28b37810f8e Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 29 May 2022 01:02:18 -0400 Subject: [PATCH] Changed line color on the hovered error line --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 4250820..c4e3a6b 100644 --- a/docs/style.css +++ b/docs/style.css @@ -67,7 +67,7 @@ body { cursor: pointer; } .editor-info li:hover{ - background-color: yellow; + background-color: lightyellow; } .editor-sub-header { padding: 4px 8px;