Fix announcement banner text color (#40137)

* Updated banner text color

* CSS change to stop the override for announcement
pull/40183/head
Dipesh Rawat 2023-03-21 10:25:09 +00:00 committed by GitHub
parent bbfa4b7a44
commit 273672454d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;