From 2471c71a6b5377d78ccc82d26b4f1b548afb8b28 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 20 Sep 2023 18:22:26 -0400 Subject: [PATCH] fix: exclude header styles from iab site --- ietf/templates/includes/styles/header.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ietf/templates/includes/styles/header.scss b/ietf/templates/includes/styles/header.scss index 14d8a189..7c59de51 100644 --- a/ietf/templates/includes/styles/header.scss +++ b/ietf/templates/includes/styles/header.scss @@ -1,6 +1,8 @@ .header > .navbar { - border-bottom: 1px solid #DDD; - background-color: #F9F9F9; + @at-root body:not(.iab_body) & { + background-color: #F9F9F9; + border-bottom: 1px solid #DDD; + } .dropdown-menu { background-color: #FFF;