Changed line color on the hovered error line

This commit is contained in:
yhirose 2022-05-29 01:02:18 -04:00
parent 89f40ce7a6
commit 05205a0ca1

View File

@ -67,7 +67,7 @@ body {
cursor: pointer;
}
.editor-info li:hover{
background-color: yellow;
background-color: lightyellow;
}
.editor-sub-header {
padding: 4px 8px;