mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
fix: dark theme modal backdrop color
This commit is contained in:
@@ -59,11 +59,16 @@ html {
|
||||
}
|
||||
|
||||
ion-toolbar::part(background), ion-tab-bar,
|
||||
ion-tab-button, .block-modal-page, .block-modal-page > ion-header,
|
||||
ion-content {
|
||||
ion-tab-button, ion-header
|
||||
{
|
||||
background-color: var(--lx-gray-01);
|
||||
}
|
||||
|
||||
ion-modal {
|
||||
--background: var(--lx-gray-01);
|
||||
--backdrop-color: var(--ls-secondary-background-color);
|
||||
}
|
||||
|
||||
#mobile-editor-toolbar {
|
||||
background: var(--ls-secondary-background-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user