change style editor link button match desgin
This commit is contained in:

parent
63ff503f9c
commit
7fdf63a6cc
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user