Skip to content

Instantly share code, notes, and snippets.

@nothingislost
nothingislost / docked-obsidian-settings.css
Last active March 5, 2023 21:22
Docked Obsidian Settings
body {
display: flex;
}
.modal-container {
position: relative;
visibility: hidden;
justify-content: flex-end;
width: auto;
}
@nothingislost
nothingislost / preview-mode-syntax-highlighting.css
Created September 12, 2021 02:00
preview-mode-syntax-highlighting.css
:root {
/* material: palenight theme */
--cm-font-weight: 500;
--cm-font-size: var(--editor-font-size);
--cm-font-monospace: Jetbrains Mono, SFMono-Regular, Consolas, "Roboto Mono", monospace;
--cm-wrap-lines: pre-wrap;
--cm-line-height: 1.5;
--cm-keyword: #c792ea;
--cm-atom: #f78c6c;
--cm-number: #ff5370;