Initial radix color styling

This commit is contained in:
Ben Yorke
2023-05-24 14:46:33 +02:00
parent 641a38afa6
commit 3e86da1b7b
9 changed files with 137 additions and 55 deletions

View File

@@ -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);
}
}