From 176c67ce612d97c2b3ed2fa31a49a85a4f84961b Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Sat, 5 Oct 2024 20:57:30 +0200 Subject: [PATCH] Make the title a link --- src/presentation/defense.qmd | 2 +- src/presentation/include/custom.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/presentation/defense.qmd b/src/presentation/defense.qmd index 5805fd8..1ac6575 100644 --- a/src/presentation/defense.qmd +++ b/src/presentation/defense.qmd @@ -1,5 +1,5 @@ --- -title: "Essays on Cooperative Bargaining" +title: "Essays on Cooperative Bargaining" subtitle: "PhD Defense" date: 16 October 2024 date-format: "D MMMM YYYY" diff --git a/src/presentation/include/custom.scss b/src/presentation/include/custom.scss index 960683e..63d5b16 100644 --- a/src/presentation/include/custom.scss +++ b/src/presentation/include/custom.scss @@ -2,6 +2,10 @@ $highlight: #5692e4; /*-- scss:rules --*/ +#title-link { + color: var(--r-main-color); +} + #section-title { color: #666666; font-size: 16px;