mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
8 lines
183 B
CSS
8 lines
183 B
CSS
.status-bar-enable-button {
|
|
opacity: var(--icon-opacity);
|
|
}
|
|
|
|
.status-bar-enable-button:hover {
|
|
opacity: var(--icon-opacity-hover);
|
|
background: var(--background-modifier-active);
|
|
}
|