aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/Footer/Copyright.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/Footer/Copyright.module.css')
-rw-r--r--src/theme/Footer/Copyright.module.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/theme/Footer/Copyright.module.css b/src/theme/Footer/Copyright.module.css
new file mode 100644
index 0000000..8bae599
--- /dev/null
+++ b/src/theme/Footer/Copyright.module.css
@@ -0,0 +1,15 @@
1/*
2 * SPDX-FileCopyrightText: 2024 Kristóf Marussy
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7.link {
8 --ifm-link-color: var(--ifm-footer-link-color);
9 --ifm-link-hover-color: var(--ifm-footer-link-hover-color);
10}
11
12[data-theme='dark'] .link {
13 /* Make links stand out from the text even in dark mode. */
14 --ifm-link-color: var(--ifm-color-emphasis-500);
15}