From 2ef1572537cccd31f3b8e5511323a17355a768e6 Mon Sep 17 00:00:00 2001 From: Eric Dunsworth <1907279+EricDunsworth@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:52:16 -0500 Subject: [PATCH] Theme: Revert normalize.css' link outline styles Imports WET's normalize.css overrides to obtain the fix. Depends on wet-boew/wet-boew#9737. --- sites/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/theme.scss b/sites/theme.scss index 9a9458ad2..13308979a 100644 --- a/sites/theme.scss +++ b/sites/theme.scss @@ -21,6 +21,7 @@ /*! Reset and dependencies */ @import "bootstrap-sass/assets/stylesheets/bootstrap/normalize"; +@import "wet-boew/src/base/bootstrap-overrides/normalize"; @import "bootstrap-sass/assets/stylesheets/bootstrap/print"; @import "bootstrap-sass/assets/stylesheets/bootstrap/glyphicons";