I am batman

This commit is contained in:
2026-06-24 17:51:49 -04:00
commit 58bb13bd60
74 changed files with 11917 additions and 0 deletions

19
.obsidian/themes/Transient/theme.css vendored Normal file
View File

@@ -0,0 +1,19 @@
.theme-dark {
--color-base-00: #0c0c11ee;
--color-base-30: #191926;
--color-base-40: #151520;
--background-primary: transparent;
--background-secondary: transparent;
--code-background: #22223333;
--modal-background: var(--color-base-00);
}
.suggestion-container.mod-search-suggestion,
.menu,
.prompt {
background-color: var(--color-base-00);
}
input[type=checkbox]:checked:after {
background-color: #000000;
}