.navbar-overlap::after { background-color: #e3e9f1; /* background-color: #143a56; */ background-color: rgb(24, 36, 51); } /* make the pulsing effect more visible on a dark background */ .text-white .status-indicator-circle:nth-child(2) { opacity: 0.3; } .text-white .status-indicator-circle:nth-child(3) { opacity: 0.75; } .big-progress { --tblr-progress-height: 2.5rem; --tblr-progress-border-radius: var(--tblr-progress-height); } /* changing with the height messes with the loop animation */ @keyframes progress-bar-stripes { 0% { background-position-x: var(--tblr-progress-height); } } .datagrid-content .video-thumbnail { width: 100%; } #chart-active-job-throughput { height: 240px; } .table img { height: 1.75em; }