Skip to content
Discussion options

You must be logged in to vote

They are the same, if you don't know anything about CSS, it's going to be hard for you to get what you want.
Here is an example to add a simple underline to links using brand.yml.
For more advanced customisation, you'll have to learn (S)CSS.

---
title: Accessible links in Reveal.js
format:
  revealjs:
    embed-resources: true
brand:
  typography:
    link:
      decoration: underline
---

## The three lines

- [`code with link`](https://example.com)
- `code`
- [link](https://example.com)

Below a CSS version:

---
title: Accessible links in Reveal.js
format:
  revealjs:
    embed-resources: true
    include-in-header:
      text: |
        <style>
        /* Underline every link, so colour…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
9 replies
@CsatiZoltan
Comment options

@mcanouil
Comment options

mcanouil Sep 1, 2026
Collaborator

Answer selected by CsatiZoltan
@CsatiZoltan
Comment options

@mcanouil
Comment options

mcanouil Sep 2, 2026
Collaborator

@CsatiZoltan
Comment options

@mcanouil
Comment options

mcanouil Sep 4, 2026
Collaborator

Comment options

You must be logged in to vote
1 reply
@CsatiZoltan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants