Files
MasterAcnolo 00c542925c Refactor: Update CSS variables
Fix Progress bar
2026-04-11 15:17:05 +02:00

13 lines
191 B
CSS

header {
position: fixed;
top: 0;
width: 100%;
height: 48px;
z-index: 1100;
display: flex;
align-items: center;
}
#title {
color: var(--default-text-color);
}