Highlight the currently selected line

This commit is contained in:
Corey McKrill 2023-11-03 17:45:35 -07:00
parent c3d1e0243c
commit 6551a5494d
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 13 additions and 0 deletions

View File

@ -1377,6 +1377,19 @@ table.wc_status_table--tools {
width: 3em;
text-align: right;
}
&:target {
box-shadow: 0 0.16em 0.16em -0.16em #c3c4c7, 0 -0.16em 0.16em -0.16em #c3c4c7;
z-index: 1;
.line-content {
background: #fff8c5;
}
.log-level:before {
color: #fff8c5;
}
}
}
.line-anchor {