change progress bar colour

This commit is contained in:
Luca Conte 2025-05-10 01:25:11 +02:00
parent 9861a1dfd6
commit db55fd528a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
height: 100%; height: 100%;
right: 0; right: 0;
top: 0; top: 0;
background-color: rgba(32, 32, 128, 0.3); background-color: rgba(255, 255, 255, 0.1);
} }
</style> </style>
</head> </head>