cssを外付けにした

This commit is contained in:
moris 2024-12-29 10:30:55 +09:00
parent 60c8f4ed42
commit 4173c3f1e5

View File

@ -89,7 +89,7 @@
<Toc toclist={data.heading}></Toc>
</div>
{/if}
<div class="mi-posts js" style="border: solid #8884 1px; height: 320px">
<div class="mi-posts js">
<iframe src="https://mi.moris.day/embed/user-timeline/9w7bhjzt2b5z0001?maxHeight=320&rounded=false&border=false" title="moris's posts" loading="lazy" style="border:none; width:100%; height:100%;"></iframe>
</div>
</div>
@ -130,6 +130,13 @@
max-height: 50vh;
overflow: scroll;
}
& .mi-posts {
height: 320px;
@media(prefers-color-scheme: dark) {
border: solid #444 1px;
}
}
}
article {