Ver Fonte

chore: comment

Timothy J. Baek há 1 ano atrás
pai
commit
f8f9f27ae8
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/routes/+layout.svelte

+ 2 - 0
src/routes/+layout.svelte

@@ -69,6 +69,8 @@
 	<title>{$WEBUI_NAME}</title>
 	<title>{$WEBUI_NAME}</title>
 	<link rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
 	<link rel="icon" href="{WEBUI_BASE_URL}/static/favicon.png" />
 
 
+	<!-- rosepine themes have been disabled as it's not up to date with our latest version. -->
+	<!-- feel free to make a PR to fix if anyone wants to see it return -->
 	<!-- <link rel="stylesheet" type="text/css" href="/themes/rosepine.css" />
 	<!-- <link rel="stylesheet" type="text/css" href="/themes/rosepine.css" />
 	<link rel="stylesheet" type="text/css" href="/themes/rosepine-dawn.css" /> -->
 	<link rel="stylesheet" type="text/css" href="/themes/rosepine-dawn.css" /> -->
 </svelte:head>
 </svelte:head>