mirror of
https://github.com/mryanb/obsidian-asana.git
synced 2026-07-22 05:38:24 +00:00
10 lines
No EOL
206 B
CSS
10 lines
No EOL
206 B
CSS
.is-focused {
|
|
background-color: var(--interactive-accent);
|
|
color: var(--text-on-accent);
|
|
}
|
|
|
|
|
|
.is-focused-some-othertest {
|
|
background-color: var(--interactive-accent);
|
|
color: var(--text-on-accent);
|
|
} |