mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
feat(light-theme): add nested embed colors
This commit is contained in:
17
src/main/frontend/extensions/slide.css
Normal file
17
src/main/frontend/extensions/slide.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user