feat(light-theme): add nested embed colors

This commit is contained in:
anoffvu
2020-12-07 17:57:54 -08:00
parent 7795a51244
commit 728f04a16d
4 changed files with 190 additions and 108 deletions

View File

@@ -0,0 +1,17 @@
.reveal {
color: var(--ls-primary-text-color)
}
.slide .reveal section img {
margin: 1rem auto;
}
.reveal .progress span {
display: block;
height: 100%;
width: 100%;
background-color: currentColor;
transition: transform .8s cubic-bezier(.26, .86, .44, .985);
transform-origin: 0 0;
transform: scaleX(0);
}