mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 14:38:03 +02:00
feat(#134): add support for line highlighting in code
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user