aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/components/Video/index.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs/src/components/Video/index.module.css')
-rw-r--r--subprojects/docs/src/components/Video/index.module.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/docs/src/components/Video/index.module.css b/subprojects/docs/src/components/Video/index.module.css
index 209c5d64..4fbd1b80 100644
--- a/subprojects/docs/src/components/Video/index.module.css
+++ b/subprojects/docs/src/components/Video/index.module.css
@@ -8,6 +8,10 @@
8 fill: var(--ifm-color-primary); 8 fill: var(--ifm-color-primary);
9} 9}
10 10
11:global(.videohighlight) {
12 fill: var(--refinery-highlight);
13}
14
11[data-theme='dark'] :global(.videocolor) { 15[data-theme='dark'] :global(.videocolor) {
12 fill: var(--ifm-color-primary-darker); 16 fill: var(--ifm-color-primary-darker);
13} 17}