diff --git a/src/components/Discours/Footer.module.scss b/src/components/Discours/Footer.module.scss index 767f4874..b65481f2 100644 --- a/src/components/Discours/Footer.module.scss +++ b/src/components/Discours/Footer.module.scss @@ -39,6 +39,11 @@ padding: 0 $container-padding-x; } } + + ::selection { + background: #fff; + color: #000; + } } .discoursFooterContent { diff --git a/src/components/Discours/Hero.scss b/src/components/Discours/Hero.scss index 1a780d7a..1a02d14b 100644 --- a/src/components/Discours/Hero.scss +++ b/src/components/Discours/Hero.scss @@ -19,6 +19,11 @@ .wide-container { padding: 0; } + + ::selection { + background: #fff; + color: #000; + } } .about-discours__actions { diff --git a/src/styles/app.scss b/src/styles/app.scss index 38da5391..cb43480c 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -20,6 +20,11 @@ box-sizing: border-box; } +::selection { + background: #000; + color: #fff; +} + html { color: $default-color; font-size: 62.5%; @@ -79,6 +84,11 @@ h2 { padding: 0 0.15em; box-decoration-break: clone; -webkit-box-decoration-break: clone; + + &::selection { + background: #fff; + color: #000; + } } } @@ -569,6 +579,11 @@ figcaption { padding-top: $grid-gutter-width; } + ::selection { + background: #fff; + color: #000; + } + h2 { @include font-size(4.4rem);