Merge pull request #21506 from celestehorgan/fix-announce-links

style announcement link
This commit is contained in:
Kubernetes Prow Robot
2020-06-04 17:05:44 -07:00
committed by GitHub
+9
View File
@@ -6,6 +6,15 @@
color: #ffffff;
}
#announcement a, #fp-announcement a {
color: #fff;
border-bottom: 1px solid #fff;
}
#announcement a:hover, #fp-announcement a:hover {
border-bottom: none;
}
#announcement {
padding-top: 75px;
padding-bottom: 25px;