Signed-off-by: Ayush More <ayushmore42595@gmail.com>
This commit is contained in:
Ayush More
2025-11-04 16:24:28 +00:00
parent 0fa358ec57
commit d8ba100ea6
4 changed files with 1 additions and 21 deletions
-20
View File
@@ -1351,26 +1351,6 @@ h3.collapsible span.arrow {
}
/* End of Utility API Styling */
.cncf-logo.light-mode {
display: block !important;
}
.cncf-logo.dark-mode {
display: none !important;
}
/* When system/browser is in dark mode */
@media (prefers-color-scheme: dark) {
.cncf-logo.light-mode {
display: none !important;
}
.cncf-logo.dark-mode {
display: block !important;
}
}

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB