From afec75e453977977575a1a582e53b6c36050609a Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 20 Dec 2024 09:12:19 -0600 Subject: [PATCH] Use the blacklight style for skip links --- app/assets/stylesheets/spotlight/_header.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/assets/stylesheets/spotlight/_header.scss b/app/assets/stylesheets/spotlight/_header.scss index e40085f0e..3305ac40e 100644 --- a/app/assets/stylesheets/spotlight/_header.scss +++ b/app/assets/stylesheets/spotlight/_header.scss @@ -143,12 +143,3 @@ width: 1px; } } - -#skip-link { - margin-left: 1rem; - padding-top: 0.5rem; - position: absolute; - top: 0; - z-index: 1000; - width: auto; -}