style: switch to the new link style

This commit is contained in:
Adorian Doran 2025-06-16 20:01:41 +03:00
parent 9e4d350848
commit bef485c676
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ const TPL = `\
<div class="options-section"> <div class="options-section">
<h4>Related settings</h4> <h4>Related settings</h4>
<nav class="related-settings"> <nav class="related-settings use-tn-links">
<li>Color scheme for code blocks in text notes</li> <li>Color scheme for code blocks in text notes</li>
<li>Color scheme for code notes</li> <li>Color scheme for code notes</li>
</nav> </nav>

View File

@ -63,7 +63,7 @@ const TPL = /*html*/`
</select> </select>
</div> </div>
<p class="form-text">${t("i18n.first-week-info")}</p> <p class="form-text use-tn-links">${t("i18n.first-week-info")}</p>
<div class="admonition warning" role="alert"> <div class="admonition warning" role="alert">
${t("i18n.first-week-warning")} ${t("i18n.first-week-warning")}

View File

@ -9,7 +9,7 @@ const TPL = /*html*/`
<div class="options-section"> <div class="options-section">
<h4>${t("custom_date_time_format.title")}</h4> <h4>${t("custom_date_time_format.title")}</h4>
<p class="description"> <p class="description use-tn-links">
${t("custom_date_time_format.description")} ${t("custom_date_time_format.description")}
</p> </p>