mirror of
https://github.com/mntno/obsidian-come-down.git
synced 2026-07-22 05:43:15 +00:00
6 lines
146 B
CSS
6 lines
146 B
CSS
.come-down-toggle-disabled .checkbox-container.is-disabled {
|
|
cursor: not-allowed;
|
|
opacity: 0.75;
|
|
filter: grayscale(30%) contrast(90%);
|
|
}
|
|
|