I am batman
This commit is contained in:
19
.obsidian/themes/Transient/theme.css
vendored
Normal file
19
.obsidian/themes/Transient/theme.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user