From 1414bfc325ff49b0042a2e397296803dfd9b67ae Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:58:30 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20heading=20anchor=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 8 ++++---- assets/css/main.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e299ac1a..1e802710 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -944,10 +944,10 @@ body a, body button { } .prose .heading-anchor:hover { - background-color: transparent; - color: var(--color-primary-600); - -webkit-text-decoration-line: underline; - text-decoration-line: underline; + background-color: transparent !important; + color: var(--color-primary-500) !important; + -webkit-text-decoration-line: underline !important; + text-decoration-line: underline !important; } .prose .heading-anchor:hover, .prose .heading-anchor:focus, .prose h2:hover > .heading-anchor, .prose h3:hover > .heading-anchor, .prose h4:hover > .heading-anchor { diff --git a/assets/css/main.css b/assets/css/main.css index df1f6e1b..0973d119 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -21,7 +21,7 @@ body button { left: -1.1em; } .prose .heading-anchor:hover { - @apply underline bg-transparent text-primary-600; + @apply underline bg-transparent text-primary-500 !important; } .prose .heading-anchor:hover, .prose .heading-anchor:focus,