mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 09:25:06 +01:00
first version of multi-step code highlights
This commit is contained in:
parent
c636b88b2d
commit
7eb2cec6b6
5 changed files with 169 additions and 22 deletions
|
|
@ -1594,6 +1594,18 @@ $controlsArrowAngleActive: 36deg;
|
|||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.reveal .hljs .highlight-line .hljs-ln-numbers {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.reveal .hljs:not(:first-child).fragment {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* ROLLING LINKS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue