diff --git a/.prettierignore b/.prettierignore index 72ac47ebd..b85a9dbbd 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,14 @@ **/icons.html # These are whitespace sensitive. layouts/_default/_markup/render-code* +layouts/shortcodes/glossary.html + +# Odd template syntax. +layouts/_default/_markup/render-heading* + +# No root node. +layouts/partials/layouts/head/head.html + +# Auto generated. +assets/css/components/chroma*.css +assets/jsconfig.json diff --git a/assets/css/styles.css b/assets/css/styles.css index cbe34e401..a59d6be07 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -76,8 +76,9 @@ --color-green-950: #051410; /* Fonts. */ - --font-sans: "Mulish", ui-sans-serif, system-ui, sans-serif, - "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-sans: + "Mulish", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } html {