diff --git a/src/components/widgets/DListItem.astro b/src/components/widgets/DListItem.astro index 3b75938..95fd649 100644 --- a/src/components/widgets/DListItem.astro +++ b/src/components/widgets/DListItem.astro @@ -1,7 +1,7 @@ --- // component: DListItem // -// Mimics the nroff/troff 'dl' (description list) +// Mimics the html 'dl' (description list) // // The 'dt' item is the item 'term' and is inserted into an 'h6' tag. // Caller needs to style the 'h6' tag appropriately. diff --git a/src/content/post/astrowind-template-in-depth.mdx b/src/content/post/astrowind-template-in-depth.mdx index 9729563..5275e52 100644 --- a/src/content/post/astrowind-template-in-depth.mdx +++ b/src/content/post/astrowind-template-in-depth.mdx @@ -22,7 +22,7 @@ This page outlines and clarifies some of the techniques found in _AstroWind_. U ## Styling -As the name suggests, _AstroWind_ relies on _TailWind_ for styling. Furthermore, _AstroWind_ defines custom low level styling which are incorporated into _TailWind_ seamlessly, and which provides consistency for higher level styling constructs, as well as enabling dark mode. +As the name suggests, _AstroWind_ relies on _TailWind_ for styling. Furthermore, _AstroWind_ defines custom low level style settings which are incorporated into _TailWind_ seamlessly, and which provides consistency for higher level styling constructs, as well as enabling dark mode. The styling mechanism consists of the following files (all paths are prefixed with `/src/` ):