minor fixes

pull/7738/head
Rich Harris 7 years ago
parent 914809cc0a
commit 7459985895

@ -155,6 +155,7 @@
font-size: var(--h3); font-size: var(--h3);
color: var(--second); color: var(--second);
padding: 6.4rem 0 1.6rem 0; padding: 6.4rem 0 1.6rem 0;
background: transparent;
} }
.content :global(.icon) { .content :global(.icon) {

@ -212,7 +212,7 @@
</div> </div>
<iframe <iframe
title="Hello world example" title="Scope styles example"
src="/repl/embed?demo=homepage-demo-scoped-styles" src="/repl/embed?demo=homepage-demo-scoped-styles"
scrolling="no" scrolling="no"
></iframe> ></iframe>
@ -224,7 +224,7 @@
</div> </div>
<iframe <iframe
title="Hello world example" title="Reactivity example"
src="/repl/embed?demo=homepage-demo-reactivity" src="/repl/embed?demo=homepage-demo-reactivity"
scrolling="no" scrolling="no"
></iframe> ></iframe>
@ -236,7 +236,7 @@
</div> </div>
<iframe <iframe
title="Hello world example" title="Transitions example"
src="/repl/embed?demo=homepage-demo-transitions" src="/repl/embed?demo=homepage-demo-transitions"
scrolling="no" scrolling="no"
></iframe> ></iframe>

@ -408,11 +408,12 @@ a:hover > .icon { stroke: var(--flash) }
.listify ul > li:before { .listify ul > li:before {
content: ''; content: '';
position: absolute; position: absolute;
margin-top: 1.4rem; margin-top: 1.1rem;
margin-left: calc(var(--list-padding) * -1); margin-left: -1.8rem;
background-color: currentColor; background-color: var(--second);
width: .8em; width: .8rem;
height: .2rem; height: 0.8rem;
border-radius: 2px;
} }
.listify ol { list-style: decimal } .listify ol { list-style: decimal }

Loading…
Cancel
Save