Skip to content

Commit

Permalink
Change links on title slide
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Oct 5, 2024
1 parent 176c67c commit e52dda5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/presentation/defense.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "<a href='https://github.com/stanmart/phd-thesis' id='title-link'>Essays on Cooperative Bargaining</a>"
subtitle: "PhD Defense"
title: "<a href='https://stanmart.github.io/phd-thesis/dissertation.pdf' class='title-link'>Essays on Cooperative Bargaining</a>"
subtitle: "<a href='https://github.com/stanmart/phd-thesis' class='title-link'>PhD Defense</a>"
date: 16 October 2024
date-format: "D MMMM YYYY"
author:
Expand Down
5 changes: 4 additions & 1 deletion src/presentation/include/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit e52dda5

Please sign in to comment.