Skip to content

Commit bab4354

Browse files
author
Tim Bannister
committed
Set custom color for third-party-content alert
1 parent feb2785 commit bab4354

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/_custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,15 @@ main {
338338
border-left-color: #d9534f;
339339
}
340340

341+
341342
h1:first-of-type + blockquote.callout {
342343
margin-top: 1.5em;
343344
}
344345
}
345346

347+
// Special color for third party content disclaimers
348+
.alert.third-party-content { border-left-color: #222 };
349+
346350
// Highlight disclaimer when targeted as a fragment
347351

348352
#third-party-content-disclaimer {

0 commit comments

Comments
 (0)