Dark mode toggle button hover text #4815
-
Hi. I am creating a website with both a dark and a light styles. When I hover over the toggle button it says "toggle dark mode" (or something similar, I'm on my phone now so I don't remember the exact language). Is there a way to customize that text? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can do this like: ---
title: "My Document"
author: "Norah Jones"
date: 5/22/2022
language:
toggle-dark-mode: "My Custom Label"
--- You can also change more than one language if you'd rather (or scope it to a single language). More here: https://quarto.org/docs/authoring/language.html#per-language-alternates HTH! |
Beta Was this translation helpful? Give feedback.
-
@dragonstyle Is |
Beta Was this translation helpful? Give feedback.
You can do this like:
You can also change more than one language if you'd rather (or scope it to a single language). More here:
https://quarto.org/docs/authoring/language.html#per-language-alternates
HTH!