change style editor link button match desgin

This commit is contained in:
Pham Hoang Manh/(Pham Hoang Manh)/현장대리인/SK
2025-09-05 17:17:17 +09:00
parent 63ff503f9c
commit 7fdf63a6cc

View File

@ -101,8 +101,12 @@
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 {
font-family: var(--desktop-normal-font-family, "Inter-Regular", sans-serif);
color: rgba(255, 255, 255, 0.85098);
}
@ -117,7 +121,7 @@
}
.toastui-editor-dark .toastui-editor-popup-body input[type='text'].disabled {
color: #969aa5;
color: rgba(255, 255, 255, 0.85098);
border-color: #303238;
background-color: rgba(48, 50, 56, 0.4);
}