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