Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinks on slides #1

Open
dlmccaffrey opened this issue Sep 11, 2017 · 2 comments
Open

Hyperlinks on slides #1

dlmccaffrey opened this issue Sep 11, 2017 · 2 comments

Comments

@dlmccaffrey
Copy link
Collaborator

Is there a way to change the color of the hyperlinks so that they stand out more?

@paciorek
Copy link
Collaborator

I don't know offhand, but please look into it if you have the time.

@dlmccaffrey
Copy link
Collaborator Author

I figured it out. Whenever we've got the final slides, we need to add this between </head> and <body>:

<style>
	a:link {
		color: blue;
	}
	a:visited {
		color: blue;
	}
</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants