From e52dda5987f607f0448a0726a02d89729e852a95 Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Sat, 5 Oct 2024 21:23:47 +0200 Subject: [PATCH] Change links on title slide --- src/presentation/defense.qmd | 4 ++-- src/presentation/include/custom.scss | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/presentation/defense.qmd b/src/presentation/defense.qmd index 1ac6575..6e4dd81 100644 --- a/src/presentation/defense.qmd +++ b/src/presentation/defense.qmd @@ -1,6 +1,6 @@ --- -title: "Essays on Cooperative Bargaining" -subtitle: "PhD Defense" +title: "Essays on Cooperative Bargaining" +subtitle: "PhD Defense" date: 16 October 2024 date-format: "D MMMM YYYY" author: diff --git a/src/presentation/include/custom.scss b/src/presentation/include/custom.scss index 63d5b16..7f38df2 100644 --- a/src/presentation/include/custom.scss +++ b/src/presentation/include/custom.scss @@ -2,7 +2,10 @@ $highlight: #5692e4; /*-- scss:rules --*/ -#title-link { +a.title-link { + color: var(--r-main-color); +} +a.title-link:hover { color: var(--r-main-color); }