Skip to content

Commit 2fcfd9c

Browse files
Merge pull request #26 from madhuramendis/main
Update styles and text
2 parents 6376b2f + f4ee624 commit 2fcfd9c

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

css/openchoreo.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,3 +626,34 @@ body.cDarkMode .navbar {
626626
body.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+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)