Skip to content

Instantly share code, notes, and snippets.

View AntonDumov's full-sized avatar

Anton Dumov AntonDumov

View GitHub Profile
@robodl
robodl / colors.css
Last active April 10, 2024 17:41
Wagtail - Draftail - Multiple color highlighter
.cm-green {
background-image: linear-gradient(30deg,#16d6d9,#96cc29);
}
.cm-blue {
background-image: linear-gradient(30deg,#009cf3,#16d6d9);
}
.cm-pink {
background-image: linear-gradient(30deg,#ff2277,#7a288c);