{children}
diff --git a/src/pages/examples.js b/src/pages/examples.js
index 3311c5c..6195045 100644
--- a/src/pages/examples.js
+++ b/src/pages/examples.js
@@ -23,21 +23,27 @@ export default function ExamplesPage({ data }) {
const [exampleNumber, exampleName] = example.title.split(': ');
return (
-
-
-
-
+
+
+
+
{exampleNumber}
+
+
+
{exampleName}
-
+
diff --git a/src/pages/index.js b/src/pages/index.js
index f0a6c08..eee0ac0 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -3,9 +3,9 @@ import { StaticImage } from 'gatsby-plugin-image';
import SideNavLayout from '../layouts/SideNavLayout';
-export default function IndexPage({ data }) {
+export default function IndexPage() {
return (
-
+
figure {
+ @apply mb-0;
+}
+
+.chapter-opening-figure > span {
+ @apply text-sm font-semibold;
+}
+
+.chapter-opening-figure > p {
+ @apply mt-0 text-xs italic leading-5;
+}
+
+.chapter-opening-figure > hr {
+ @apply mx-auto border-noc-200 lg:max-w-[100px];
+}
+
.half-width-right {
@apply md:float-right md:ml-5 md:mt-0 md:max-w-[50%];
}
diff --git a/tailwind.config.js b/tailwind.config.js
index ab56fab..7a7e22a 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -13,6 +13,7 @@ module.exports = {
},
colors: {
noc: {
+ 200: '#F166C0',
400: '#CE3699',
500: '#BD2E7F',
},
@@ -22,15 +23,12 @@ module.exports = {
css: {
h1: {
textAlign: 'center',
+ fontWeight: theme('fontWeight.bold'),
fontSize: theme('fontSize.3xl'),
},
p: {
wordBreak: 'break-word',
},
- '.chapter-opening-quote blockquote': {
- textAlign: 'center',
- border: 'none',
- },
blockquote: {
quotes: 'none',
'& > p': {