From bbd981b548a589c7ef54b76f9812ff8e4db98fbf Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 20 Sep 2023 18:35:22 -0400 Subject: [PATCH] fix: exclude header styles from iab site (#334) --- 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;