Compare commits

...

3 Commits

Author SHA1 Message Date
3d1fc3aba2 style 2026-02-28 17:22:38 +00:00
c1f21873fa wip 2026-02-28 17:15:00 +00:00
dd45933223 wip 2026-02-28 16:59:39 +00:00
16 changed files with 7 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ p {
text-decoration: none;
&:hover {
border: 1px solid $color-fg-accent;
color: $color-fg;
color: $color-fg-accent;
}
}
}
@@ -117,10 +117,9 @@ article {
h2 > code,
p > code,
li > code {
background: $color-bg-accent-dark;
padding: 0.1rem 0.25rem;
font-size: 0.875rem;
border: 1px solid $color-bg-accent-light;
border: 2px solid $color-bg-accent-light;
border-radius: 0.25rem;
}
figure {

View File

@@ -0,0 +1,5 @@
<div class="js-block">
<pre class="source">source</div>
<div class="in"><textarea onchange="js_block_run" style="width:100%"></textarea></div>
<pre class="out">aaa</div>
</div>