diff --git a/assets/css/global.css b/assets/css/global.css index 82f0fc3864..37d2c85d87 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -39,33 +39,24 @@ input[type="search"]::-moz-search-cancel-button { input[type="search"]::-ms-clear { display: none; } - .prose { - li { - @apply my-2; - > :last-child, - > :first-child { - margin: 0; - } - } hr { @apply mt-8 mb-4; } :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) { - color: var(--tw-prose-headings); font-weight: 500 !important; - margin-top: 0; - margin-bottom: 0.2em !important; - line-height: 1.1111111; + font-size: 180% !important; + margin-bottom: 0.4em !important; } > h2 { - @apply mt-5! mb-3! text-3xl!; + @apply mt-5! mb-3!; + font-size: 160% !important; a { @apply hover:no-underline!; } } > h3 { - @apply text-2xl!; + font-size: 130% !important; a { @apply hover:no-underline!; } diff --git a/assets/css/theme.css b/assets/css/theme.css index c4014da6e1..e6a1603b22 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -39,7 +39,7 @@ --color-navbar-text: var(--color-gray-700); --color-navbar-text-dark: var(--tw-prose-body); --color-navbar-border-color-light: var(--tw-prose-inverse-body); - --navbar-font-size: 1rem; + --navbar-font-size: 0.92rem; --navbar-group-font-title-size: 1rem; --color-navbar-text-dark: var(--color-gray-200); --color-navbar-group-text-dark: var(--tw-prose-body); diff --git a/layouts/partials/md-dropdown.html b/layouts/partials/md-dropdown.html index bb8334d42f..c410294695 100644 --- a/layouts/partials/md-dropdown.html +++ b/layouts/partials/md-dropdown.html @@ -1,10 +1,10 @@
- Page options + Page options {{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }} @@ -14,7 +14,7 @@