<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.ql-snow .ql-tooltip[data-mode="link"]::before {
	content: "Add URL";
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
	content: "Save";
}
.ql-snow .ql-tooltip a.ql-action::after {
    content: "Edit";
}
.ql-snow .ql-tooltip a.ql-remove::before {
    content: "Remove";
}
.ql-snow .ql-tooltip::before {
    content: "Visit website";
}
</pre></body></html>