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

@@ -190,6 +190,12 @@ html[data-theme=dark] {
@apply bg-accent-02;
}
}
.cp__header {
> .r > div:not(.ui__dropdown-trigger) a.button, button.button {
@apply opacity-60 hover:opacity-90;
}
}
}
}