feat(#134): add support for line highlighting in code

This commit is contained in:
tdurieux
2022-10-24 08:12:10 +02:00
parent 84b3c0e5ce
commit c62b50ffd0
2 changed files with 25 additions and 0 deletions
+6
View File
@@ -560,4 +560,10 @@ loc .lang {
.org-subscript-child {
font-size: 85%;
}
.highlighted-line {
position:absolute;
background:rgba(100,200,100,0.5);
z-index:20
}