mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style: switch to the new link style
This commit is contained in:
		| @@ -5,7 +5,7 @@ const TPL = `\ | ||||
| <div class="options-section"> | ||||
|     <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 notes</li> | ||||
|     </nav> | ||||
|   | ||||
| @@ -63,7 +63,7 @@ const TPL = /*html*/` | ||||
|             </select> | ||||
|         </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"> | ||||
|             ${t("i18n.first-week-warning")} | ||||
|   | ||||
| @@ -9,7 +9,7 @@ const TPL = /*html*/` | ||||
| <div class="options-section"> | ||||
|     <h4>${t("custom_date_time_format.title")}</h4> | ||||
|  | ||||
|     <p class="description"> | ||||
|     <p class="description use-tn-links"> | ||||
|         ${t("custom_date_time_format.description")} | ||||
|     </p> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user