aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/Section.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/Section.module.css')
-rw-r--r--src/components/landing/Section.module.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/landing/Section.module.css b/src/components/landing/Section.module.css
index 3f2bbdc..666254e 100644
--- a/src/components/landing/Section.module.css
+++ b/src/components/landing/Section.module.css
@@ -36,3 +36,9 @@
36 background: var(--ifm-color-primary); 36 background: var(--ifm-color-primary);
37 transform: skew(-30deg, 0); 37 transform: skew(-30deg, 0);
38} 38}
39
40@media (forced-colors: active) {
41 .section__title::after {
42 background: CanvasText;
43 }
44}