From 68138f0dcd8b3db2c23b31a20508726f245b5ba5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 17 Jan 2022 17:13:51 +0100 Subject: feat: implement dark mode --- src/components/Widgets/Sharing/Sharing.module.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/components/Widgets/Sharing') diff --git a/src/components/Widgets/Sharing/Sharing.module.scss b/src/components/Widgets/Sharing/Sharing.module.scss index c05a56b..ada3e2f 100644 --- a/src/components/Widgets/Sharing/Sharing.module.scss +++ b/src/components/Widgets/Sharing/Sharing.module.scss @@ -181,3 +181,13 @@ } } } + +:global { + [data-theme="dark"] { + :local { + .link { + filter: brightness(0.85) contrast(1.1); + } + } + } +} -- cgit v1.2.3