Skip to content

Commit 48675c8

Browse files
authored
Merge pull request #21506 from celestehorgan/fix-announce-links
style announcement link
2 parents fd11985 + 4d297eb commit 48675c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

static/css/announcement.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
color: #ffffff;
77
}
88

9+
#announcement a, #fp-announcement a {
10+
color: #fff;
11+
border-bottom: 1px solid #fff;
12+
}
13+
14+
#announcement a:hover, #fp-announcement a:hover {
15+
border-bottom: none;
16+
}
17+
918
#announcement {
1019
padding-top: 75px;
1120
padding-bottom: 25px;

0 commit comments

Comments
 (0)