Set custom color for third-party-content alert

This commit is contained in:
Tim Bannister
2021-10-02 17:01:11 +01:00
parent feb2785238
commit bab43543f0
+4
View File
@@ -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 {