File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -473,10 +473,10 @@ footer {
473
473
@media (prefers-color-scheme : dark ) {
474
474
.cid-home main {
475
475
background-color : $dark-bg-color-2 ;
476
- color :$dark-text-color-1 ;
476
+ color :$dark-text-color-1 ;
477
477
}
478
478
479
- .cid-home main section :not (#video ) {
479
+ .cid-home main section :not (#video ):not ( #cncf ) {
480
480
background-color : $dark-bg-color-1 ;
481
481
color :$dark-text-color-1 ;
482
482
}
@@ -497,6 +497,16 @@ footer {
497
497
.cid-home main section :is(#video ) #desktopKCButton :hover {
498
498
background-color : $dark-bg-color-1 ;
499
499
}
500
+
501
+ .cid-home main section :is(#talkToUs ) img {
502
+ filter : invert (100% );
503
+ -webkit-filter : invert (100% );
504
+ }
505
+
506
+ .cid-home main section :is(#cncf ) {
507
+ background-color : $dark-bg-color-2 ;
508
+ background-image : url (/ images/cncf-white.png );
509
+ }
500
510
}
501
511
502
512
/* COMMUNITY */
You can’t perform that action at this time.
0 commit comments