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/style.scss | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'assets/scss/style.scss') diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 4c591e7..fdb706a 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -167,27 +167,6 @@ table:not(.u-legend) { } } -.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); - } - } -} - /* gallery // https://lubna.dev/articles/create-css-only-image-gallery/ // box-sizing setup is part of tachyons -- cgit v1.2.3