mirror of
https://github.com/ouatis/obsidian-scriptorium.git
synced 2026-07-22 04:40:26 +00:00
Fix external link hover color
This commit is contained in:
parent
0067dc7183
commit
dd9cbf0cf0
1 changed files with 2 additions and 2 deletions
|
|
@ -725,8 +725,8 @@ html {
|
|||
--text-link-active: var(--interactive-active);
|
||||
--text-link-subtle: var(--text-accent-subtle);
|
||||
--text-a: var(--interactive);
|
||||
--text-a-hover: var(--interactive-hover);
|
||||
--text-a-active: var(--interactive-active);
|
||||
--text-a-hover: var(--text-accent-hover);
|
||||
--text-a-active: var(--text-accent-active);
|
||||
--text-mark: var(--highlight);
|
||||
--text-mark-subtle: var(--highlight-subtle);
|
||||
--text-mark-strong: var(--highlight-strong);
|
||||
|
|
|
|||
Loading…
Reference in a new issue