Correct tab size and adjust toc

This commit is contained in:
thiloho
2023-05-19 12:33:18 +02:00
parent 6001f195b3
commit ab7f43364f
5 changed files with 46 additions and 38 deletions

View File

@@ -12,6 +12,6 @@ const { title, description } = Astro.props;
<meta name="description" content={description} />
<script is:inline>
const storedTheme = localStorage.getItem("theme");
document.documentElement.classList = storedTheme;
document.documentElement.className = storedTheme;
</script>
</head>