Skip to content

Instantly share code, notes, and snippets.

View chamodhk's full-sized avatar
😶‍🌫️

Chamodh Nethsara chamodhk

😶‍🌫️
View GitHub Profile
/* ===============================
Summernote Frontend Rendering
=============================== */
.summernote-content {
color: #d1d5db; /* neutral-300 */
font-size: 1rem;
line-height: 1.75;
}
if (x > 10) {
doSomething();
} else {
doSomethingElse();
}