Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Fix announcement banner text color (kubernetes#40137)
Browse files Browse the repository at this point in the history
* Updated banner text color

* CSS change to stop the override for announcement
  • Loading branch information
dipesh-rawat authored Mar 21, 2023
1 parent bbfa4b7 commit 2736724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/gridpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2736724

Please sign in to comment.