Skip to content

Commit

Permalink
fix: exclude header styles from iab site
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 20, 2023
1 parent 6936cd9 commit 2471c71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ietf/templates/includes/styles/header.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2471c71

Please sign in to comment.