|
|
@ -25,9 +25,11 @@ |
|
|
|
.video-banner { |
|
|
|
--video-banner-bg: url(#{webroot}/media/getting-started.webp); |
|
|
|
} |
|
|
|
.vscode-high-contrast .video-banner, |
|
|
|
.vscode-dark .video-banner { |
|
|
|
--video-banner-play: url(#{webroot}/media/play-button.webp); |
|
|
|
} |
|
|
|
.vscode-high-contrast-light .video-banner, |
|
|
|
.vscode-light .video-banner { |
|
|
|
--video-banner-play: url(#{webroot}/media/play-button-dark.webp); |
|
|
|
} |
|
|
|