noun

Url

37 of 60
Good / Happy

levity - A cheerful or amusing manner that eases tension; lightheartedness or humor, especially in a serious situation.

His attempt at levity during the tense meeting helped everyone relax.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }