mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Initial radix color styling
This commit is contained in:
@@ -296,10 +296,10 @@
|
||||
}
|
||||
|
||||
.page-ref {
|
||||
color: var(--ls-link-ref-text-color);
|
||||
color: or(--lx-accent-11, --ls-link-ref-text-color);
|
||||
|
||||
&:hover {
|
||||
color: var(--ls-link-ref-text-hover-color);
|
||||
color: or(--lx-accent-12, --ls-link-ref-text-hover-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user