From 4fc79036614c35eb5f8721b0750698710de34971 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 16 Nov 2023 02:52:46 +0100 Subject: [Draft] Styling comments --- assets/scss/style.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 06d1088..157768f 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -331,6 +331,27 @@ table:not(.u-legend) { box-sizing: border-box; } +.comment { + @extend .mv2, .pl3, .bl, .bw1, .w3-theme-border, .relative; + h3, + h4, + h5, + h6 { + @extend .mv0, .pl2; + &::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); + } + } +} + $max-img-width: 72rem; $max-img-height: 48rem; -- cgit v1.2.3