mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
style(modals): apply interactive-accent to active template tab to improve contrast
This commit is contained in:
parent
cb3ab49efa
commit
019e70a899
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -43,12 +43,12 @@
|
|||
|
||||
.note-status-template-tab:not(.is-active):hover {
|
||||
background: var(--background-modifier-hover);
|
||||
color: var(--text-normal);
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.note-status-template-tab.is-active {
|
||||
background: var(--background-primary);
|
||||
color: var(--text-normal);
|
||||
background: var(--interactive-accent);
|
||||
color: var(--text-on-accent);
|
||||
box-shadow:
|
||||
0 1px 3px rgba(0, 0, 0, 0.1),
|
||||
0 0 0 1px var(--background-modifier-border);
|
||||
|
|
|
|||
Loading…
Reference in a new issue