aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/components/Video/index.module.css
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-18 21:31:21 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-18 21:31:21 +0200
commite76dc01e523be5358a2ec0852c3a5b766b1d376d (patch)
treed394526acae6d1aee7bc96a32212db0854277810 /subprojects/docs/src/components/Video/index.module.css
parentrefactor(docs): update video cover (diff)
downloadrefinery-e76dc01e523be5358a2ec0852c3a5b766b1d376d.tar.gz
refinery-e76dc01e523be5358a2ec0852c3a5b766b1d376d.tar.zst
refinery-e76dc01e523be5358a2ec0852c3a5b766b1d376d.zip
docs: add use cases to landing page
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}