diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 06:35:41 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 06:35:41 +0100 |
commit | 08c15544a1a5c4dc36d0ba6c84b5ba65476b0687 (patch) | |
tree | f250fa7fb0aa3992a007d9c6896794305e238423 /assets/scss/tailwind.css | |
parent | 42f4913d3bde74c7ce795d611510c9e798ad0c24 (diff) | |
download | hugo-minimalist-theme-08c15544a1a5c4dc36d0ba6c84b5ba65476b0687.tar.gz hugo-minimalist-theme-08c15544a1a5c4dc36d0ba6c84b5ba65476b0687.tar.bz2 hugo-minimalist-theme-08c15544a1a5c4dc36d0ba6c84b5ba65476b0687.zip |
comments
Diffstat (limited to 'assets/scss/tailwind.css')
-rw-r--r-- | assets/scss/tailwind.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/scss/tailwind.css b/assets/scss/tailwind.css index aadfd30..95d03f9 100644 --- a/assets/scss/tailwind.css +++ b/assets/scss/tailwind.css @@ -850,6 +850,46 @@ h6 { } } +.comment { + position: relative; + margin-top: 0.5rem; + margin-bottom: 0.5rem; + border-left-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)); + padding-left: 1rem; + h3, + h4, + h5, + h6 { + margin-top: 0px; + margin-bottom: 0px; + } + h3, + h4, + h5, + h6 { + padding-left: 0.5rem; + } + h3, + h4, + h5, + h6 { + &::before { + font-family: "Font Awesome 6 Free"; + color: #79c753; + content: "\f075"; + font-weight: 900; + font-size: 2rem; + position: absolute; + left: -0.75rem; + top: -1rem; + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + } + } +} + .collapse { visibility: collapse; } |