add deepinfra
This commit is contained in:
@@ -33,6 +33,89 @@
|
||||
.ce-toolbar__content {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
/* EditorJS Toolbar & Popup Fixes */
|
||||
.ce-toolbar__plus,
|
||||
.ce-toolbar__actions {
|
||||
background: var(--bg-1, #fff) !important;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
||||
}
|
||||
.ce-inline-toolbar {
|
||||
background: var(--bg-1, #fff) !important;
|
||||
border: 1px solid var(--border, #e5e7eb) !important;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
|
||||
}
|
||||
.ce-inline-tool,
|
||||
.ce-inline-toolbar__dropdown,
|
||||
.ce-toolbar__plus {
|
||||
background: transparent !important;
|
||||
}
|
||||
.ce-inline-tool:hover,
|
||||
.ce-inline-toolbar__dropdown:hover {
|
||||
background: rgba(0,0,0,0.05) !important;
|
||||
}
|
||||
.ce-inline-tool--active {
|
||||
background: var(--accent, #006B3D) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.ce-popover {
|
||||
background: var(--bg-1, #fff) !important;
|
||||
border: 1px solid var(--border, #e5e7eb) !important;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
|
||||
}
|
||||
.ce-popover__item {
|
||||
background: transparent !important;
|
||||
}
|
||||
.ce-popover__item:hover {
|
||||
background: rgba(0,0,0,0.05) !important;
|
||||
}
|
||||
.ce-popover__item--active,
|
||||
.ce-popover__item--focused {
|
||||
background: rgba(0, 107, 61, 0.1) !important;
|
||||
}
|
||||
.ce-conversion-toolbar {
|
||||
background: var(--bg-1, #fff) !important;
|
||||
border: 1px solid var(--border, #e5e7eb) !important;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
|
||||
}
|
||||
.ce-conversion-tool {
|
||||
background: transparent !important;
|
||||
}
|
||||
.ce-conversion-tool:hover {
|
||||
background: rgba(0,0,0,0.05) !important;
|
||||
}
|
||||
.ce-settings {
|
||||
background: var(--bg-1, #fff) !important;
|
||||
border: 1px solid var(--border, #e5e7eb) !important;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
|
||||
}
|
||||
.ce-settings__button {
|
||||
background: transparent !important;
|
||||
}
|
||||
.ce-settings__button:hover {
|
||||
background: rgba(0,0,0,0.05) !important;
|
||||
}
|
||||
.cdx-settings-button {
|
||||
background: transparent !important;
|
||||
}
|
||||
.cdx-settings-button:hover {
|
||||
background: rgba(0,0,0,0.05) !important;
|
||||
}
|
||||
.ce-toolbox__button {
|
||||
background: transparent !important;
|
||||
}
|
||||
.ce-toolbox__button:hover {
|
||||
background: rgba(0,0,0,0.05) !important;
|
||||
}
|
||||
.ce-toolbox__button--active {
|
||||
background: var(--accent, #006B3D) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.blog-list {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user