From 08c15544a1a5c4dc36d0ba6c84b5ba65476b0687 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 6 Jan 2025 06:35:41 +0100 Subject: comments --- assets/scss/input.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'assets/scss/input.css') diff --git a/assets/scss/input.css b/assets/scss/input.css index c54148e..35c345f 100644 --- a/assets/scss/input.css +++ b/assets/scss/input.css @@ -156,6 +156,26 @@ blockquote::before { margin: 0 0.5rem; } } + .comment { + @apply my-2 pl-4 border-l border-lime-500 relative; + h3, + h4, + h5, + h6 { + @apply my-0 pl-2; + &::before { + font-family: "Font Awesome 6 Free"; + color: #79c753; + content: "\f075"; + font-weight: 900; + font-size: 2rem; + position: absolute; + left: -0.75rem; + top: -1rem; + transform: scaleX(-1); + } + } + } } @layer utilities { -- cgit v1.2.3