De-emphasise line numbers

Use the darker text color for hovered/selected lines.

Bug: T271956
Change-Id: Icc6dce48a2e5720807309a47f84d8c2a7552a4f6
This commit is contained in:
Ed Sanders 2021-01-13 16:52:44 +00:00
parent ecbc374f7d
commit 8d645a385c

View file

@ -62,7 +62,7 @@
text-align: right;
margin-right: 4px;
background: none;
color: #333;
color: #72777d;
white-space: pre;
/* Make line numbers non copyable */
/* TODO: This only exists for cached output and should be removed eventually */
@ -87,7 +87,8 @@
float: right;
}
a:hover .linenos {
color: #808080;
a:hover .linenos,
.hll a .linenos {
color: #333;
}
}