mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
Updates
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
.shui__button__tile-separator {
|
||||
@apply w-px h-full bg-white/10;
|
||||
@apply w-px h-full bg-gray-08-alpha;
|
||||
}
|
||||
|
||||
.shui__button-theme-text {
|
||||
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.shui__button-theme-gray {
|
||||
background: or(--lx-gray-05, --ls-quaternary-background);
|
||||
background: or(--lx-gray-06-alpha, --ls-quaternary-background);
|
||||
}
|
||||
|
||||
.shui__button-theme-gray:hover {
|
||||
@@ -211,7 +211,7 @@
|
||||
}
|
||||
|
||||
.shui__button-shortcut-key {
|
||||
@apply text-xs font-normal bg-white/10 h-5 w-5 flex items-center justify-center rounded;
|
||||
@apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha;
|
||||
}
|
||||
|
||||
.shui__cmdk-quick-capture-glow::before {
|
||||
|
||||
Reference in New Issue
Block a user