change style editor link button match desgin #107
@ -101,8 +101,12 @@
|
|||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toastui-editor-popup-body label,
|
||||||
|
.toastui-editor-popup-body button {
|
||||||
|
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-popup-body label {
|
.toastui-editor-dark .toastui-editor-popup-body label {
|
||||||
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif);
|
|
||||||
color: rgba(255, 255, 255, 0.85098);
|
color: rgba(255, 255, 255, 0.85098);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,7 +121,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
|
.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
|
||||||
color: #969aa5;
|
color: rgba(255, 255, 255, 0.85098);
|
||||||
border-color: #303238;
|
border-color: #303238;
|
||||||
background-color: rgba(48, 50, 56, 0.4);
|
background-color: rgba(48, 50, 56, 0.4);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user