Skip to content

Commit

Permalink
Set custom color for third-party-content alert
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Oct 2, 2021
1 parent feb2785 commit bab4354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,15 @@ main {
border-left-color: #d9534f;
}


h1:first-of-type + blockquote.callout {
margin-top: 1.5em;
}
}

// Special color for third party content disclaimers
.alert.third-party-content { border-left-color: #222 };

// Highlight disclaimer when targeted as a fragment

#third-party-content-disclaimer {
Expand Down

0 comments on commit bab4354

Please sign in to comment.