Skip to content

Commit

Permalink
Merge pull request #21506 from celestehorgan/fix-announce-links
Browse files Browse the repository at this point in the history
style announcement link
  • Loading branch information
k8s-ci-robot authored Jun 5, 2020
2 parents fd11985 + 4d297eb commit 48675c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/css/announcement.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 48675c8

Please sign in to comment.