diff --git a/assets/css/typography.css b/assets/css/typography.css
index 7de4e7d..58e57a9 100644
--- a/assets/css/typography.css
+++ b/assets/css/typography.css
@@ -60,7 +60,9 @@
@apply my-2;
}
}
-
+ kbd {
+ @apply border-black border-opacity-[0.04] bg-opacity-[0.03] bg-black break-words rounded-md border py-0.5 px-[.25em] text-[.9em] dark:border-white/10 dark:bg-white/10;
+ }
}
.subheading-anchor {
@@ -86,3 +88,32 @@
}
}
}
+
+article.typesetting-article {
+ font-size: 17px;
+ font-feature-settings:
+ 'rlig' 1,
+ 'calt' 1;
+ h1 {
+ @apply mt-6 mb-4 text-center;
+ font-size: 2.5rem;
+ }
+ h2 {
+ @apply border-none;
+ }
+ a {
+ @apply no-underline hover:underline;
+ }
+ p {
+ @apply leading-8;
+ }
+ code {
+ @apply border-none dark:bg-neutral-700;
+ }
+ pre code {
+ @apply dark:bg-transparent;
+ }
+ .subheading-anchor + a {
+ @apply no-underline hover:no-underline after:hidden;
+ }
+}
diff --git a/content/about/index.md b/content/about/index.md
index c492428..cfc49b5 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -1,3 +1,5 @@
---
title: About
---
+
+This is the about page.
diff --git a/content/docs/components/_index.md b/content/docs/components/_index.md
index ea35b44..147291e 100644
--- a/content/docs/components/_index.md
+++ b/content/docs/components/_index.md
@@ -7,5 +7,6 @@ Hextra provides a variety of built-in components based on [Hugo Shortcodes](http
{{< cards >}}
{{< card link="callouts" title="Callouts" icon="warning" >}}
- {{< card link="cards" title="Cards" >}}
+ {{< card link="cards" title="Cards" icon="cards" >}}
+ {{< card link="steps" title="Steps" icon="one" >}}
{{< /cards >}}
diff --git a/data/icons.yaml b/data/icons.yaml
index b6dc10b..0d1d9c9 100644
--- a/data/icons.yaml
+++ b/data/icons.yaml
@@ -26,13 +26,11 @@ hugo-full: >
Unimplemented
+