enhance(ui): polish logseq accent colors

This commit is contained in:
charlie
2024-01-27 13:51:55 +08:00
parent d905dbfe4b
commit 87016eec15
6 changed files with 18 additions and 28 deletions

View File

@@ -178,22 +178,13 @@
}
.button {
@apply h-8 px-2.5 py-1 rounded-md opacity-60;
display: block;
user-select: none;
&:hover, &.active {
opacity: 1;
background: none;
@apply h-8 px-2.5 py-1 rounded-md opacity-90 block select-none hover:opacity-100 active:opacity-80;
&:hover {
@screen md {
background: or(--ls-header-button-hover, --lx-gray-04, --ls-tertiary-background-color);
background: var(--lx-gray-04, var(--ls-tertiary-background-color, var(--rx-gray-04)));
}
}
&:active {
opacity: .7;
}
}
.button.icon {