chore: replace --logseq-og with --ls

This commit is contained in:
Tienson Qin
2023-11-09 13:37:33 +08:00
parent 086e25b236
commit 4402dcd38a
14 changed files with 110 additions and 110 deletions

View File

@@ -242,11 +242,11 @@
.shui__button-theme-gray.shui__button-color-custom { background-color: var(--ls-tertiary-background-color);
color: var(--ls-secondary-text-color, white); }
.shui__button-theme-color.shui__button-color-custom { background-color: hsl(var(--logseq-og-button-background-hsl) / 0.9);
.shui__button-theme-color.shui__button-color-custom { background-color: hsl(var(--ls-button-background-hsl) / 0.9);
color: white; }
.shui__button-color-custom:hover, .dark .shui__button-color-custom:hover {
background: var(--logseq-og-button-background);
background: var(--ls-button-background);
}
.shui__button-theme-color.shui__button-color-lime { color: white; background-color: var(--rx-lime-09); &:hover { background-color: var(--rx-lime-10); } &:active { background-color: var(--rx-lime-08); }}