drone build Sun Sep 20 15:08:31 PDT 2026
This commit is contained in:
+6
-5
@@ -51,6 +51,8 @@
|
||||
color-scheme: light dark;
|
||||
|
||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||
/* if you change the header font, go to post-toc.css and fuck about with the width
|
||||
of the table of contents */
|
||||
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||
|
||||
@@ -109,7 +111,6 @@
|
||||
}
|
||||
|
||||
/* Base */
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
@@ -1398,7 +1399,7 @@ switch (currentThemeValue) {
|
||||
|
||||
|
||||
<heading-anchors content="<i class='fa-solid fa-anchor'></i>" data-pagefind-body="">
|
||||
<h1 id="style">style</h1>
|
||||
<h1>style</h1>
|
||||
|
||||
<p>Adaped from an introduction to Markdown in order to test and display styling of basic components of the site.</p>
|
||||
<h2 id="heading-level-2">Heading level 2</h2>
|
||||
@@ -1407,9 +1408,9 @@ switch (currentThemeValue) {
|
||||
<p>The number of pound signs determines the heading level.</p>
|
||||
<h4 id="heading-level-4">Heading level 4</h4>
|
||||
<p>It's also important not to skip heading levels. Don't jump from a 2 to a 4 or similar.</p>
|
||||
<h5 id="heading-level-5">Heading level 5</h5>
|
||||
<h5>Heading level 5</h5>
|
||||
<p>You can use up to level 6!</p>
|
||||
<h6 id="heres-level-6">Here's level 6</h6>
|
||||
<h6>Here's level 6</h6>
|
||||
<p>It's just unnecessary.</p>
|
||||
<h2 id="paragraphs">Paragraphs</h2>
|
||||
<p>You'll notice that I am putting blank lines between headings and plain text. This is necessary, or they won't render correctly.</p>
|
||||
@@ -1554,6 +1555,6 @@ This is supposed to be a new paragraph, but it isn't.</p>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/style/` was built on 2026-09-20T00:40:39.773Z -->
|
||||
<!-- This page `/style/` was built on 2026-09-20T22:08:14.572Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user