commit 982b188a9ceca9835789a44caed9ff39a18563c7 parent fc7598397b30b6c85de104c33e2d755f65fa4a68 Author: David Eisinger <[email protected]> Date: Fri, 2 Jun 2023 09:58:51 -0400 ul/blockquote style refactors Diffstat:
| M | themes/v2/assets/css/style.scss | | | 16 | ++++++---------- |
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -41,23 +41,19 @@ ul { p { text-indent: 0; - } - p:first-child { - text-indent: -2ch; + &:first-child { + text-indent: -2ch; + } } } } blockquote { - margin: 0 2ch 0 0; - font-style: italic; border-left: 1ch solid #ddd; - - p { - width: 100%; - margin-left: 1ch; - } + font-style: italic; + margin: 0; + padding-left: 1ch; } header, #content, footer {