commit 3c3ed223a1c05d8a11f7d85750979dc086146a6f parent 61fe232a8ec9afa7c7b2962095ac0d0c943982dd Author: FIGBERT <figbert@figbert.com> Date: Thu, 8 Apr 2021 19:40:34 -0700 Remove square brackets from links in SASS Diffstat:
M | sass/links.sass | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/sass/links.sass b/sass/links.sass @@ -4,17 +4,4 @@ a color: $tertiary-color font-weight: 500 text-decoration: none - &::before - content: "[" - font-weight: bold - padding-right: 0.1rem - &::after - content: "]" - font-weight: bold - padding-left: 0.1rem - &:hover - &::before - color: $secondary-color - &::after - color: $secondary-color