File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11.pgn__pageBanner__accentA {
22 background-color : #5DE3BF ;
3- color : #000000 ;
3+ color : var ( --pgn-color-black ) ;
44 text-align : center ;
55 font-size : 14px ;
66 font-style : normal ;
77 font-weight : 500 ;
88 line-height : 20px ;
99
1010 a {
11- color : #000000 ;
11+ color : var ( --pgn-color-black ) ;
1212 font-size : 14px ;
1313 font-style : normal ;
1414 font-weight : 600 ;
4848}
4949
5050.release-notes-page {
51- color : #000000 ;
51+ color : var ( --pgn-color-black ) ;
5252
5353 h1 , h2 , h3 , h4 , h5 , h6 ,
5454 p , span , small , li , a ,
5555 .text-muted , .text-gray-800 ,
5656 .pgn__sub-header ,
5757 .release-notes-list ,
5858 .release-note-item {
59- color : #000000 ;
59+ color : var ( --pgn-color-black ) ;
6060 }
6161
6262 .pgn__icon {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const messages = defineMessages({
3636 } ,
3737 publishTimeLabel : {
3838 id : 'release-notes.form.publish_time.label' ,
39- defaultMessage : 'Publish time (EDT) ' ,
39+ defaultMessage : 'Publish time' ,
4040 } ,
4141 saveButton : {
4242 id : 'release-notes.form.save' ,
You can’t perform that action at this time.
0 commit comments