This commit is contained in:
2024-02-27 13:55:59 -07:00
parent 8bef0233ba
commit 33df980fa6
36 changed files with 586 additions and 241 deletions

View File

@@ -14,10 +14,13 @@
tabs_are_windows = true;
show = "never";
};
colors = {
webpage.darkmode.enabled = true;
colors.webpage = {
preferred_color_scheme = "dark";
# darkmode.enabled = true;
};
content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.3";
};
};
}