acessibility + light mode fix

This commit is contained in:
sameeranageshwar
2026-04-11 20:48:43 -04:00
parent 560d2bfd68
commit 53c67d569a
4 changed files with 88 additions and 36 deletions
+10
View File
@@ -8,8 +8,18 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">
%sveltekit.head%
<script type="text/javascript">
window.googleTranslateElementInit = function() {
new window.google.translate.TranslateElement({
pageLanguage: 'en',
autoDisplay: false
}, 'google_translate_element');
};
</script>
<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</head>
<body data-sveltekit-preload-data="hover" class="bg-black text-slate-200 font-sans antialiased selection:bg-neon-primary/30 selection:text-neon-primary">
<div id="google_translate_element" style="display:none;"></div>
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>