diff --git a/assets/scss/_kerberos.scss b/assets/scss/_kerberos.scss index 923cabf..1d62504 100644 --- a/assets/scss/_kerberos.scss +++ b/assets/scss/_kerberos.scss @@ -52,7 +52,7 @@ h4 { @include break(w) { font-size: 18px; line-height: size(3); } } -p, li:not(.nav-item) { +p { font-size: 15px; line-height: size(2); margin: 0 0 size(1); @@ -74,6 +74,23 @@ p, li:not(.nav-item) { strong { font-weight: 550; color: var(--text); + body.dark & { + color: var(--bg-white); + } +} + +li { + font-size: 15px; + line-height: size(2); + @include break(w) { + font-size: 16px; + line-height: size(2.5); + } +} + +hr { + margin: 2.5rem 0; + opacity: 0.1; } img { diff --git a/resources/_gen/assets/scss/scss/app.scss_1920d2ec1ff1120c91690141d2072447.content b/resources/_gen/assets/scss/scss/app.scss_1920d2ec1ff1120c91690141d2072447.content index 8247d21..9421cfb 100644 --- a/resources/_gen/assets/scss/scss/app.scss_1920d2ec1ff1120c91690141d2072447.content +++ b/resources/_gen/assets/scss/scss/app.scss_1920d2ec1ff1120c91690141d2072447.content @@ -9745,26 +9745,39 @@ h4, .h4 { h4, .h4 { font-size: 18px; line-height: 36px; } } -p, li:not(.nav-item) { +p { font-size: 15px; line-height: 24px; margin: 0 0 12px; } @media only screen and (min-width: 1200px) { - p, li:not(.nav-item) { + p { font-size: 16px; line-height: 30px; } } - p.lead, li.lead:not(.nav-item) { + p.lead { color: var(--text-light); margin: 0 0 24px; font-size: 18px; line-height: 24px; } @media only screen and (min-width: 1200px) { - p.lead, li.lead:not(.nav-item) { + p.lead { font-size: 22px; line-height: 36px; } } strong { font-weight: 550; color: var(--text); } + body.dark strong { + color: var(--bg-white); } + +li { + font-size: 15px; + line-height: 24px; } + @media only screen and (min-width: 1200px) { + li { + font-size: 16px; + line-height: 30px; } } +hr { + margin: 2.5rem 0; + opacity: 0.1; } img { max-width: 100%; }