Skip to content

Commit

Permalink
Fix override css
Browse files Browse the repository at this point in the history
Fixes #9405
  • Loading branch information
mikesplain committed Jun 19, 2020
1 parent 58d1a2e commit 330aa98
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<style>

/* Preserve link color */
.md-typeset a,
.md-typeset a:focus,
.md-typeset a:hover {
.md-announce a,
.md-announce a:focus,
.md-announce a:hover {
color: white;
text-decoration: underline;
}

.md-typeset .announce h2 {
.md-announce h2 {
display: block;
font-size: 1.5em;
margin-block-start: 0.83em;
Expand All @@ -27,11 +27,9 @@
white-space: nowrap;
}
</style>
<div id="announce">
<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>
</div>
{% endblock %}

0 comments on commit 330aa98

Please sign in to comment.