Set custom color for third-party-content alert
This commit is contained in:
@@ -338,11 +338,15 @@ main {
|
|||||||
border-left-color: #d9534f;
|
border-left-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1:first-of-type + blockquote.callout {
|
h1:first-of-type + blockquote.callout {
|
||||||
margin-top: 1.5em;
|
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
|
// Highlight disclaimer when targeted as a fragment
|
||||||
|
|
||||||
#third-party-content-disclaimer {
|
#third-party-content-disclaimer {
|
||||||
|
|||||||
Reference in New Issue
Block a user