File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -626,3 +626,34 @@ body.cDarkMode .navbar {
626626body .cDarkMode a .nav-link {
627627 color : # B7B7B7 !important ;
628628}
629+
630+ /* body.cDarkMode .tooltip-content h2 {
631+ margin-top: 0;
632+ font-size: 16px;
633+ color: #000 !important;
634+ } */
635+ body .cDarkMode {
636+
637+ }
638+
639+ body .cDarkMode .custom-tooltip {
640+ position : absolute;
641+ display : none;
642+ background : # 3e3e3e !important ;
643+ color : # 000 ;
644+
645+ }
646+
647+ /*
648+ body.cDarkMode .custom-tooltip.bottom .tooltip-arrow .custom-tooltip.bottom .tooltip-arrow {
649+
650+ border-bottom: 10px solid #3e3e3e !important;
651+ } */
652+
653+ body .cDarkMode .custom-tooltip .bottom .tooltip-arrow {
654+ top : -10px ;
655+ left : 44% ;
656+ border-left : 10px solid transparent;
657+ border-right : 10px solid transparent;
658+ border-bottom : 10px solid # 3e3e3e ;
659+ }
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ <h2>Kubernetes</h2>
300300 </ a >
301301 < div class ="custom-tooltip bottom ">
302302 < div class ="tooltip-content ">
303- < h2 > Kubernetes </ h2 >
303+ < h2 > Helm </ h2 >
304304 < p > Manages the OpenChoreo installation.</ p >
305305 </ div >
306306 < div class ="tooltip-arrow "> </ div >
You can’t perform that action at this time.
0 commit comments