Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Oct 14, 2024
1 parent d759c1a commit bf8b8dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,31 +105,31 @@ <h2><a href="#installation" id="installation" class="self-link"></a>Installation
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/celine/stylesheets/echo.css?raw&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/stylesheets/echo.css?raw&quot;
crossorigin=&quot;anonymous&quot; /&gt;
</pre>

<li><a href="stylesheets/observable.css">observable.css</a>'s adds styling to the <a href="https://github.com/observablehq/inspector">Observable standard inspector</a>. <em>Recommended.</em></li>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/celine/stylesheets/observable.css?raw&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/stylesheets/observable.css?raw&quot;
crossorigin=&quot;anonymous&quot; /&gt;
</pre>

<li><a href="stylesheets/libertine.css">libertine.css</a> is a <a href="https://dohliam.github.io/dropin-minimal-css/">drop-in serif-based stylesheet</a>, vaguely imitating the look of <a href="https://typst.app/">Typst</a> papers. Consider <a href="https://latex.vercel.app/">LaTeX.css</a> also. <em>Optional.</em></li>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/celine/stylesheets/echo.css?raw&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/stylesheets/echo.css?raw&quot;
crossorigin=&quot;anonymous&quot; /&gt;
</pre>

<li><a href="stylesheets/reflect.css">reflect.css</a>'s forces <code>&lt;script&gt;</code> and <code>&lt;style&gt;</code> to display their opening and closing tags, <code>type</code>, <code>id</code>, and <code>contenteditable</code> attributes. <em>Optional.</em></li>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/celine/stylesheets/reflect.css?raw&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected]/stylesheets/reflect.css?raw&quot;
crossorigin=&quot;anonymous&quot; /&gt;
</pre>
</ul>
Expand Down Expand Up @@ -299,7 +299,7 @@ <h3><a href="#plot" id="plot" class="self-link"></a>Observable Plot</h3>
});
</script>

<pre>
<pre style="max-width: 100%; overflow-x: auto;">

_..._
.-'_..._''. .---.
Expand Down
4 changes: 4 additions & 0 deletions stylesheets/libertine.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ script, pre, style {
margin-bottom: 1ch;
}

pre {
overflow: auto;
}

/*
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
Expand Down

0 comments on commit bf8b8dc

Please sign in to comment.