mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
Fix colorization
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
}
|
||||
|
||||
.shui__button-theme-gray.shui__button-color-custom { background-color: var(--ls-tertiary-background-color); color: white; }
|
||||
.shui__button-theme-color.shui__button-color-custom { background-color: var(--color-indigo-600); color: white; }
|
||||
.shui__button-theme-color.shui__button-color-custom { background-color: var(--color-blue-600); color: white; }
|
||||
|
||||
.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); }}
|
||||
.shui__button-theme-color.shui__button-color-orange { color: white; background-color: var(--rx-orange-09); &:hover { background-color: var(--rx-orange-10); } &:active { background-color: var(--rx-orange-08); }}
|
||||
|
||||
Reference in New Issue
Block a user