[nb] Commit

This commit is contained in:
Oscar Plaisant
2024-12-26 16:09:08 +01:00
parent 5970fc70c1
commit 29453462f9
177 changed files with 881 additions and 31552 deletions

View File

@@ -0,0 +1,12 @@
/*
Resize handles tweaks
The resize handles when you resize sidebars use the accent colour which makes no sense to me
https://github.com/replete/obsidian-minimal-theme-css-snippets
*/
.workspace-leaf-resize-handle {
transition: all .2s ease-in;
}
.workspace-leaf-resize-handle:hover {
border-color:var(--text-muted);
background-color:var(--text-muted);
}