mirror of https://github.com/kubernetes/kops.git
Merge pull request #10672 from hakman/remove-blm-banner
Remove BLM banner
This commit is contained in:
commit
2714c66f95
|
|
@ -1,35 +0,0 @@
|
||||||
{% extends "base.html" %}
|
|
||||||
|
|
||||||
{% block announce %}
|
|
||||||
<style>
|
|
||||||
|
|
||||||
/* Preserve link color */
|
|
||||||
.md-announce a,
|
|
||||||
.md-announce a:focus,
|
|
||||||
.md-announce a:hover {
|
|
||||||
color: white;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md-announce h2 {
|
|
||||||
display: block;
|
|
||||||
font-size: 1.5em;
|
|
||||||
margin-block-start: 0.83em;
|
|
||||||
margin-block-end: 0.83em;
|
|
||||||
margin-inline-start: 0px;
|
|
||||||
margin-inline-end: 0px;
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Don't wrap name of blog article */
|
|
||||||
.announce strong {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div><h2>Black lives matter.</h2></div>
|
|
||||||
We stand in solidarity with the Black community.<br/>
|
|
||||||
Racism is unacceptable.<br/>
|
|
||||||
It conflicts with <a href="https://git.k8s.io/community/values.md">the core values of the Kubernetes project</a> and our community does not tolerate it.
|
|
||||||
<p></p>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
@ -15,7 +15,6 @@ markdown_extensions:
|
||||||
permalink: ' ¶'
|
permalink: ' ¶'
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
custom_dir: docs/overrides
|
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
icon:
|
icon:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue