mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 19:41:35 +01:00
Correct tab size and adjust toc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user