@@ -39,7 +39,7 @@ Out of the box, Backstage includes:
|
||||
Backstage is a CNCF Incubation project after graduating from Sandbox. Read the announcement
|
||||
[here](https://backstage.io/blog/2022/03/16/backstage-turns-two#out-of-the-sandbox-and-into-incubation).
|
||||
|
||||
<img src="https://backstage.io/img/cncf-white.svg" alt="CNCF logo" width="400" />
|
||||
<img src="/workspaces/backstage/microsite/static/img/cncf-stacked-color.svg" class="cncf-logo light-mode" alt="CNCF logo" width="400">
|
||||
|
||||
## Benefits
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user