Use a consistent background colour for video tiles and avatars (#2868)

This commit is contained in:
Hugh Nimmo-Smith
2024-12-05 13:26:31 +00:00
committed by GitHub
parent d09efa3cfe
commit 21b62dbd89
3 changed files with 9 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ layer(compound);
--background-gradient: url("graphics/backgroundGradient.svg");
}
:root,
[class*="cpd-theme-"] {
--video-tile-background: var(--cpd-color-bg-subtle-secondary);
}
.cpd-theme-dark {
--cpd-color-border-accent: var(--cpd-color-green-1100);
--stopgap-color-on-solid-accent: var(--cpd-color-text-primary);