diff --git a/_data/navlinks.json b/_data/navlinks.json index 0bb04d2..a0eb06f 100644 --- a/_data/navlinks.json +++ b/_data/navlinks.json @@ -19,7 +19,7 @@ "Mech Building" : { "Overview": "/rules/build-overview/", - "Components": "/rules/component-details/", + "Components": "/rules/component-types/", "Planning": "/rules/build-planning/", "Placing Components": "/rules/placing-components/", "Calculations": "/rules/build-calculations/", diff --git a/custom-variables.css b/custom-variables.css index c92a92f..5d81f90 100644 --- a/custom-variables.css +++ b/custom-variables.css @@ -89,4 +89,10 @@ ul, ol { li { list-style-position: outside; -} \ No newline at end of file +} + +blockquote > p { + padding-left: 1rem; + border-left: 2px solid var(--dark-color); + background-color: var(--gray-color-light); +} diff --git a/rules/mech-building/components.md b/rules/mech-building/components.md index c1b6786..241bc90 100644 --- a/rules/mech-building/components.md +++ b/rules/mech-building/components.md @@ -1,12 +1,14 @@ --- layout: template.njk -title: Components -permalink: /rules/component-details/ +title: Component Types +permalink: /rules/component-types/ tags: rules_page --- -## Components -A mech is exactly the sum of its parts. This page explains the details and stats of different mech {% keyword 'Parts' glossary %} and {% keyword 'Components' glossary %}, grouped by {% keyword 'Part Type' glossary %}. +## Component Types +A mech is exactly the sum of its {% keyword 'Parts' glossary %}. This page explains the different {% keyword 'Part Type' glossary %}s as well as what their accompanying stats and traits represent. + +> Looking for somewhere to view component stats? Check out [MechDB]({{site.url}}/mechdb/viewer)!