@@ -3,6 +3,7 @@
* For licensing, see LICENSE.md.
*/
+/* Class added to span element surrounding currently selected link. */
.ck-link_selected {
- background: #c9ebfd;
+ background: var(--ck-color-link-selected-background);
}
@@ -91,4 +91,5 @@
/* -- Link -------------------------------------------------------------------------------- */
--ck-color-link-default: hsl(240, 100%, 47%);
+ --ck-color-link-selected-background: hsl(201, 93%, 89%);