Refactor: Update CSS variables

Fix Progress bar
This commit is contained in:
MasterAcnolo
2026-04-11 15:17:05 +02:00
parent 24460cf0b5
commit 00c542925c
20 changed files with 165 additions and 120 deletions

View File

@@ -1,11 +1,13 @@
header {
position: fixed;
top: 0;
width: 100%;
height: 48px;
z-index: 1100;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2vw;
align-items: center;
}
header h1{
margin-bottom: 0.2vw;
#title {
color: var(--default-text-color);
}