Fixed Footer Nav (#13165)

pull/13643/head
Sai Adarsh S 2019-04-05 21:15:22 +05:30 committed by Kubernetes Prow Robot
parent c70dd4f0c4
commit cec547a509
1 changed files with 5 additions and 17 deletions

View File

@ -17,17 +17,12 @@ html body .region-inner {
width: auto; width: auto;
} }
a:link { div a:link {
text-decoration:none; color: #326DE6;
color: #2288bb;
} }
a:visited {
text-decoration:none; div a.widget-link {
color: #888888; color: #326DE6;
}
a:hover {
text-decoration:underline;
color: #33aaff;
} }
/* Header /* Header
@ -305,13 +300,6 @@ h3.post-title {
font-size: 30px; font-size: 30px;
color: #326DE6; color: #326DE6;
} }
* a:link,
* a:visited,
* a:hover,
* a:active {
color: #326DE6;
}
div.post-footer { div.post-footer {
display: none; display: none;