change style editor link button match desgin #107

Merged
dev merged 1 commits from dev-manhph1-figbug into dev 2025-09-05 17:18:03 +09:00

View File

@ -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);
} }