File tree 1 file changed +7
-2
lines changed 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,8 @@ samp {
680
680
}
681
681
682
682
.tippy-tooltip-content > .tippy-wrapper > .blocks-container {
683
- padding : 0 0.5em ;
683
+ margin-top : 1.5em ;
684
+ padding : 0.5em 1em 1em ;
684
685
min-width : 450px ;
685
686
}
686
687
@@ -738,7 +739,7 @@ kbd {
738
739
}
739
740
740
741
/* Page preview title */
741
- .tippy-wrapper > h2 : first-of-type {
742
+ .tippy-wrapper > : is ( h2 : first-of-type , . block-parents ) {
742
743
display : inline-flex;
743
744
align-items : center;
744
745
position : absolute;
@@ -757,6 +758,10 @@ kbd {
757
758
text-shadow : 1px 1px 0px black, 1px 1px 1px rgb (136 , 136 , 136 );
758
759
}
759
760
761
+ .tippy-wrapper > : is (h2 : first-of-type , .block-parents ) a {
762
+ color : var (--ct-query-header-color );
763
+ }
764
+
760
765
/* Some tweaks on making this theme a bit more compact on mobile.
761
766
Mobile cap is 640px */
762
767
@media (max-width : 640px ) {
You can’t perform that action at this time.
0 commit comments