Skip to content

Instantly share code, notes, and snippets.

@danylmc
danylmc / hesksbs.css
Last active May 11, 2026 02:03
CSS for Hesk
/* 1. Unmistakable Top Border (Safety Orange) */
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 10px;
background-color: #ff5722 !important;
z-index: 9999;