commit 3b0ae0b6119afc4aba364af4c5780bc14bc8c097 parent 0559e95ca89ac9947084441563e794447adfd3dd Author: FIGBERT <figbert@figbert.com> Date: Tue, 18 Aug 2020 21:48:13 -0700 :fire: Remove anchor link styles and template Diffstat:
M | static/global.css | | | 6 | ------ |
D | templates/anchor-link.html | | | 2 | -- |
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -92,12 +92,6 @@ h6::before { vertical-align: top; } -.anchor { - width: 1.75rem; - vertical-align: middle; - margin-left: 0.25rem; -} - .post-preview { margin-top: 2rem; margin-bottom: 4rem; diff --git a/templates/anchor-link.html b/templates/anchor-link.html @@ -1,2 +0,0 @@ -<a href="#{{ id }}"><img src="/emoji/link.svg" alt="Anchor link for: {{ id }}" class="anchor"/></a> -