Fix announcement banner text color (#40137)
* Updated banner text color * CSS change to stop the override for announcementpull/40183/head
parent
bbfa4b7a44
commit
273672454d
|
@ -32,7 +32,7 @@
|
|||
height: 0 ;
|
||||
}
|
||||
|
||||
.gridPage p {
|
||||
.gridPage p:not(.announcement-main > p) {
|
||||
color: rgb(26,26,26);
|
||||
margin-left: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
|
|
Loading…
Reference in New Issue