Files
website/static/css/announcement.css
Celeste Horgan 4d297ebdef style announcement link
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-06-04 16:48:07 -07:00

34 lines
540 B
CSS

.announcement.content {
margin-bottom: 0px;
}
.announcement > p, .gridPage #announcement .content p, .announcement > h4, .announcement > h3 {
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;
}
#hero {
padding-top: 40px;
}
#fp-announcement {
min-height: 30vh;
}
#fp-announcement main {
margin-top: 125px;
padding-bottom: 35px;
}