davideisinger.com

My personal website
Log | Files | Refs | README

commit a1842915a3a11dc369dde6b0f7e2ddc37e857dc3
parent b3827ba136196ff3d762191399654a04f9c40c29
Author: David Eisinger <[email protected]>
Date:   Tue, 10 Jan 2023 22:04:21 -0500

Markdown-style lists

Diffstat:
Mthemes/v2/assets/css/style.scss | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -21,6 +21,16 @@ hr { border-top: 2px solid #eee; } +ul { + list-style-type: '*'; + margin-left: 1ch; + padding: 0; + + li { + padding-left: 1ch; + } +} + header, #content, footer { max-width: 800px; }