mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
fix: add background color for code block actions
This commit is contained in:
@@ -1036,7 +1036,7 @@ html.is-mac {
|
||||
}
|
||||
|
||||
> .code-block-actions {
|
||||
@apply absolute right-1 top-1 select-none z-[1] text-xs;
|
||||
@apply absolute right-1 top-1 select-none z-[1] text-xs bg-gray-01;
|
||||
|
||||
button {
|
||||
@apply !py-0 h-4 text-muted-foreground hover:text-foreground text-xs px-1;
|
||||
|
||||
Reference in New Issue
Block a user