Skip to content

Commit 2736724

Browse files
authored
Fix announcement banner text color (#40137)
* Updated banner text color * CSS change to stop the override for announcement
1 parent bbfa4b7 commit 2736724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/gridpage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
height: 0 ;
3333
}
3434

35-
.gridPage p {
35+
.gridPage p:not(.announcement-main > p) {
3636
color: rgb(26,26,26);
3737
margin-left: 0 !important;
3838
padding-left: 0 !important;

0 commit comments

Comments
 (0)