mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): polish toggle button for the non-accent colors
This commit is contained in:
@@ -343,14 +343,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.block-properties {
|
||||
.block-properties, .page-properties {
|
||||
margin: 4px 0;
|
||||
padding: 4px 8px;
|
||||
background-color: var(--ls-block-properties-background-color, #f0f8ff);
|
||||
}
|
||||
|
||||
.page-properties {
|
||||
background-color: var(--ls-page-properties-background-color);
|
||||
background-color: var(--lx-gray-03, var(--ls-block-properties-background-color, var(--rx-gray-03)));
|
||||
}
|
||||
|
||||
.block-marker {
|
||||
|
||||
Reference in New Issue
Block a user