aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Publications.module.css
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-16 21:40:17 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-16 22:01:52 +0100
commit12be376975f55fe1ee118bca6d7ae5f699a881a4 (patch)
tree1e43086d3e11638fa99d1640e4585bc64647e991 /src/components/landing/sections/Publications.module.css
parentUse pathname:// for internal file links (diff)
downloadblog-12be376975f55fe1ee118bca6d7ae5f699a881a4.tar.gz
blog-12be376975f55fe1ee118bca6d7ae5f699a881a4.tar.zst
blog-12be376975f55fe1ee118bca6d7ae5f699a881a4.zip
Add license page
Diffstat (limited to 'src/components/landing/sections/Publications.module.css')
-rw-r--r--src/components/landing/sections/Publications.module.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/landing/sections/Publications.module.css b/src/components/landing/sections/Publications.module.css
index c9a39ba..9ef368b 100644
--- a/src/components/landing/sections/Publications.module.css
+++ b/src/components/landing/sections/Publications.module.css
@@ -12,15 +12,6 @@
12 white-space: nowrap; 12 white-space: nowrap;
13} 13}
14 14
15.link--license {
16 --ifm-link-color: var(--ifm-color-secondary-contrast-foreground);
17 --ifm-link-hover-color: var(--ifm-link-color);
18}
19
20[data-theme='dark'] .link--license {
21 --ifm-link-color: var(--ifm-color-emphasis-500);
22}
23
24.link--lower { 15.link--lower {
25 text-transform: lowercase; 16 text-transform: lowercase;
26} 17}