mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 03:21:35 +01:00
Correct tab size and adjust toc
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
let theme = "System";
|
||||
|
||||
function loadTheme() {
|
||||
theme = localStorage.getItem("theme");
|
||||
theme = localStorage.getItem("theme") || "System";
|
||||
}
|
||||
|
||||
function saveTheme() {
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
loadTheme();
|
||||
|
||||
$: document.documentElement.classList = theme;
|
||||
$: document.documentElement.className = theme;
|
||||
</script>
|
||||
|
||||
<Dropdown shortcut="T">
|
||||
|
||||
Reference in New Issue
Block a user