acessibility + light mode fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user